summaryrefslogtreecommitdiff
path: root/vcl/source/gdi/impgraph.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/source/gdi/impgraph.cxx')
-rw-r--r--vcl/source/gdi/impgraph.cxx32
1 files changed, 13 insertions, 19 deletions
diff --git a/vcl/source/gdi/impgraph.cxx b/vcl/source/gdi/impgraph.cxx
index f96a4b28e305..a82e67a57e02 100644
--- a/vcl/source/gdi/impgraph.cxx
+++ b/vcl/source/gdi/impgraph.cxx
@@ -101,7 +101,6 @@ ImpGraphic::ImpGraphic() :
meType ( GraphicType::NONE ),
mnSizeBytes ( 0UL ),
mbSwapOut ( false ),
- mbSwapUnderway ( false ),
mbDummyContext ( false )
{
}
@@ -113,7 +112,6 @@ ImpGraphic::ImpGraphic(const ImpGraphic& rImpGraphic)
, meType(rImpGraphic.meType)
, mnSizeBytes(rImpGraphic.mnSizeBytes)
, mbSwapOut(rImpGraphic.mbSwapOut)
- , mbSwapUnderway(false)
, mbDummyContext(rImpGraphic.mbDummyContext)
, maSvgData(rImpGraphic.maSvgData)
, maPdfData(rImpGraphic.maPdfData)
@@ -133,7 +131,6 @@ ImpGraphic::ImpGraphic( const Bitmap& rBitmap ) :
meType ( !rBitmap.IsEmpty() ? GraphicType::Bitmap : GraphicType::NONE ),
mnSizeBytes ( 0UL ),
mbSwapOut ( false ),
- mbSwapUnderway ( false ),
mbDummyContext ( false )
{
}
@@ -143,7 +140,6 @@ ImpGraphic::ImpGraphic( const BitmapEx& rBitmapEx ) :
meType ( !rBitmapEx.IsEmpty() ? GraphicType::Bitmap : GraphicType::NONE ),
mnSizeBytes ( 0UL ),
mbSwapOut ( false ),
- mbSwapUnderway ( false ),
mbDummyContext ( false )
{
}
@@ -152,7 +148,6 @@ ImpGraphic::ImpGraphic(const SvgDataPtr& rSvgDataPtr)
: meType( rSvgDataPtr.get() ? GraphicType::Bitmap : GraphicType::NONE ),
mnSizeBytes( 0UL ),
mbSwapOut( false ),
- mbSwapUnderway( false ),
mbDummyContext ( false ),
maSvgData(rSvgDataPtr)
{
@@ -164,7 +159,6 @@ ImpGraphic::ImpGraphic( const Animation& rAnimation ) :
meType ( GraphicType::Bitmap ),
mnSizeBytes ( 0UL ),
mbSwapOut ( false ),
- mbSwapUnderway ( false ),
mbDummyContext ( false )
{
}
@@ -174,7 +168,6 @@ ImpGraphic::ImpGraphic( const GDIMetaFile& rMtf ) :
meType ( GraphicType::GdiMetafile ),
mnSizeBytes ( 0UL ),
mbSwapOut ( false ),
- mbSwapUnderway ( false ),
mbDummyContext ( false )
{
}
@@ -188,8 +181,7 @@ ImpGraphic& ImpGraphic::operator=( const ImpGraphic& rImpGraphic )
{
if( &rImpGraphic != this )
{
- if( !mbSwapUnderway )
- ImplClear();
+ ImplClear();
maMetaFile = rImpGraphic.maMetaFile;
meType = rImpGraphic.meType;
@@ -207,11 +199,8 @@ ImpGraphic& ImpGraphic::operator=( const ImpGraphic& rImpGraphic )
maEx = rImpGraphic.maEx;
}
- if( !mbSwapUnderway )
- {
- mbSwapOut = rImpGraphic.mbSwapOut;
- mpSwapFile = rImpGraphic.mpSwapFile;
- }
+ mbSwapOut = rImpGraphic.mbSwapOut;
+ mpSwapFile = rImpGraphic.mpSwapFile;
mpGfxLink.reset();
@@ -1262,15 +1251,22 @@ bool ImpGraphic::ImplSwapIn( SvStream* xIStm )
if( !xIStm->GetError() )
{
- mbSwapUnderway = true;
+ //keep the swap file alive, because its quite possibly the backing storage
+ //for xIStm
+ std::shared_ptr<ImpSwapFile> xSwapFile(std::move(mpSwapFile));
+ assert(!mpSwapFile);
+
bRet = ImplReadEmbedded( *xIStm );
- mbSwapUnderway = false;
+
+ //restore ownership of the swap file
+ mpSwapFile = std::move(xSwapFile);
if (!bRet)
{
//throw away swapfile, etc.
ImplClear();
}
+
mbSwapOut = false;
}
}
@@ -1278,7 +1274,6 @@ bool ImpGraphic::ImplSwapIn( SvStream* xIStm )
return bRet;
}
-
void ImpGraphic::ImplSetLink( const GfxLink& rGfxLink )
{
mpGfxLink = o3tl::make_unique<GfxLink>( rGfxLink );
@@ -1372,8 +1367,7 @@ void ReadImpGraphic( SvStream& rIStm, ImpGraphic& rImpGraphic )
const sal_uLong nStmPos1 = rIStm.Tell();
sal_uInt32 nTmp;
- if ( !rImpGraphic.mbSwapUnderway )
- rImpGraphic.ImplClear();
+ rImpGraphic.ImplClear();
// read Id
rIStm.ReadUInt32( nTmp );
urce/ar/desktop/messages.po26
-rw-r--r--source/ar/editeng/messages.po30
-rw-r--r--source/ar/extensions/messages.po41
-rw-r--r--source/ar/extras/source/autocorr/emoji.po1589
-rw-r--r--source/ar/filter/messages.po28
-rw-r--r--source/ar/forms/messages.po26
-rw-r--r--source/ar/formula/messages.po26
-rw-r--r--source/ar/fpicker/messages.po28
-rw-r--r--source/ar/framework/messages.po148
-rw-r--r--source/ar/helpcontent2/source/auxiliary.po93
-rw-r--r--source/ar/helpcontent2/source/text/sbasic/python.po30
-rw-r--r--source/ar/helpcontent2/source/text/sbasic/shared.po12
-rw-r--r--source/ar/helpcontent2/source/text/sbasic/shared/03.po3715
-rw-r--r--source/ar/helpcontent2/source/text/scalc/00.po6
-rw-r--r--source/ar/helpcontent2/source/text/scalc/01.po57
-rw-r--r--source/ar/helpcontent2/source/text/scalc/02.po8
-rw-r--r--source/ar/helpcontent2/source/text/scalc/guide.po30
-rw-r--r--source/ar/helpcontent2/source/text/schart/04.po40
-rw-r--r--source/ar/helpcontent2/source/text/sdatabase.po481
-rw-r--r--source/ar/helpcontent2/source/text/shared/00.po184
-rw-r--r--source/ar/helpcontent2/source/text/shared/01.po206
-rw-r--r--source/ar/helpcontent2/source/text/shared/02.po94
-rw-r--r--source/ar/helpcontent2/source/text/shared/04.po6
-rw-r--r--source/ar/helpcontent2/source/text/shared/explorer/database.po600
-rw-r--r--source/ar/helpcontent2/source/text/shared/guide.po76
-rw-r--r--source/ar/helpcontent2/source/text/shared/optionen.po32
-rw-r--r--source/ar/helpcontent2/source/text/simpress.po464
-rw-r--r--source/ar/helpcontent2/source/text/simpress/00.po6
-rw-r--r--source/ar/helpcontent2/source/text/simpress/01.po26
-rw-r--r--source/ar/helpcontent2/source/text/simpress/guide.po38
-rw-r--r--source/ar/helpcontent2/source/text/smath/01.po42
-rw-r--r--source/ar/helpcontent2/source/text/swriter.po66
-rw-r--r--source/ar/helpcontent2/source/text/swriter/00.po48
-rw-r--r--source/ar/helpcontent2/source/text/swriter/01.po206
-rw-r--r--source/ar/helpcontent2/source/text/swriter/02.po315
-rw-r--r--source/ar/helpcontent2/source/text/swriter/04.po14
-rw-r--r--source/ar/helpcontent2/source/text/swriter/guide.po330
-rw-r--r--source/ar/officecfg/registry/data/org/openoffice/Office.po298
-rw-r--r--source/ar/officecfg/registry/data/org/openoffice/Office/UI.po153
-rw-r--r--source/ar/oox/messages.po26
-rw-r--r--source/ar/readlicense_oo/docs.po6
-rw-r--r--source/ar/reportdesign/messages.po26
-rw-r--r--source/ar/sc/messages.po123
-rw-r--r--source/ar/scaddins/messages.po26
-rw-r--r--source/ar/sccomp/messages.po26
-rw-r--r--source/ar/scp2/source/math.po22
-rw-r--r--source/ar/sd/messages.po817
-rw-r--r--source/ar/sfx2/messages.po538
-rw-r--r--source/ar/shell/messages.po26
-rw-r--r--source/ar/shell/source/win32/shlxthandler/res.po49
-rw-r--r--source/ar/starmath/messages.po766
-rw-r--r--source/ar/svl/messages.po26
-rw-r--r--source/ar/svtools/messages.po31
-rw-r--r--source/ar/svx/messages.po3599
-rw-r--r--source/ar/sw/messages.po2933
-rw-r--r--source/ar/uui/messages.po262
-rw-r--r--source/ar/vcl/messages.po206
-rw-r--r--source/ar/wizards/messages.po26
-rw-r--r--source/ar/wizards/source/resources.po9
-rw-r--r--source/ar/writerperfect/messages.po20
-rw-r--r--source/ar/xmlsecurity/messages.po33
-rw-r--r--source/as/cui/messages.po611
-rw-r--r--source/as/dbaccess/messages.po6
-rw-r--r--source/as/framework/messages.po122
-rw-r--r--source/as/officecfg/registry/data/org/openoffice/Office/UI.po128
-rw-r--r--source/as/sc/messages.po86
-rw-r--r--source/as/sd/messages.po775
-rw-r--r--source/as/sfx2/messages.po446
-rw-r--r--source/as/starmath/messages.po738
-rw-r--r--source/as/svx/messages.po3499
-rw-r--r--source/as/sw/messages.po2819
-rw-r--r--source/as/uui/messages.po236
-rw-r--r--source/as/vcl/messages.po176
-rw-r--r--source/as/writerperfect/messages.po18
-rw-r--r--source/ast/accessibility/messages.po4
-rw-r--r--source/ast/avmedia/messages.po4
-rw-r--r--source/ast/basctl/messages.po8
-rw-r--r--source/ast/basic/messages.po4
-rw-r--r--source/ast/chart2/messages.po14
-rw-r--r--source/ast/connectivity/messages.po4
-rw-r--r--source/ast/cui/messages.po631
-rw-r--r--source/ast/dbaccess/messages.po15
-rw-r--r--source/ast/desktop/messages.po4
-rw-r--r--source/ast/editeng/messages.po4
-rw-r--r--source/ast/extensions/messages.po36
-rw-r--r--source/ast/filter/messages.po6
-rw-r--r--source/ast/forms/messages.po4
-rw-r--r--source/ast/formula/messages.po4
-rw-r--r--source/ast/fpicker/messages.po4
-rw-r--r--source/ast/framework/messages.po128
-rw-r--r--source/ast/helpcontent2/source/auxiliary.po8
-rw-r--r--source/ast/helpcontent2/source/text/sbasic/python.po14
-rw-r--r--source/ast/helpcontent2/source/text/sbasic/shared.po6
-rw-r--r--source/ast/helpcontent2/source/text/sbasic/shared/03.po3771
-rw-r--r--source/ast/helpcontent2/source/text/scalc/00.po6
-rw-r--r--source/ast/helpcontent2/source/text/scalc/01.po71
-rw-r--r--source/ast/helpcontent2/source/text/sdatabase.po473
-rw-r--r--source/ast/helpcontent2/source/text/shared/00.po184
-rw-r--r--source/ast/helpcontent2/source/text/shared/01.po196
-rw-r--r--source/ast/helpcontent2/source/text/shared/02.po110
-rw-r--r--source/ast/helpcontent2/source/text/shared/04.po6
-rw-r--r--source/ast/helpcontent2/source/text/shared/explorer/database.po602
-rw-r--r--source/ast/helpcontent2/source/text/shared/guide.po84
-rw-r--r--source/ast/helpcontent2/source/text/shared/optionen.po44
-rw-r--r--source/ast/helpcontent2/source/text/simpress.po470
-rw-r--r--source/ast/helpcontent2/source/text/simpress/00.po6
-rw-r--r--source/ast/helpcontent2/source/text/simpress/01.po42
-rw-r--r--source/ast/helpcontent2/source/text/simpress/guide.po42
-rw-r--r--source/ast/helpcontent2/source/text/smath/01.po52
-rw-r--r--source/ast/helpcontent2/source/text/swriter.po64
-rw-r--r--source/ast/helpcontent2/source/text/swriter/00.po32
-rw-r--r--source/ast/helpcontent2/source/text/swriter/01.po226
-rw-r--r--source/ast/helpcontent2/source/text/swriter/02.po329
-rw-r--r--source/ast/helpcontent2/source/text/swriter/04.po22
-rw-r--r--source/ast/helpcontent2/source/text/swriter/guide.po378
-rw-r--r--source/ast/officecfg/registry/data/org/openoffice/Office.po10
-rw-r--r--source/ast/officecfg/registry/data/org/openoffice/Office/UI.po170
-rw-r--r--source/ast/oox/messages.po4
-rw-r--r--source/ast/reportdesign/messages.po11
-rw-r--r--source/ast/sc/messages.po164
-rw-r--r--source/ast/scaddins/messages.po4
-rw-r--r--source/ast/sccomp/messages.po4
-rw-r--r--source/ast/sd/messages.po802
-rw-r--r--source/ast/sfx2/messages.po485
-rw-r--r--source/ast/shell/messages.po4
-rw-r--r--source/ast/starmath/messages.po746
-rw-r--r--source/ast/svl/messages.po4
-rw-r--r--source/ast/svtools/messages.po6
-rw-r--r--source/ast/svx/messages.po3552
-rw-r--r--source/ast/sw/messages.po2893
-rw-r--r--source/ast/uui/messages.po242
-rw-r--r--source/ast/vcl/messages.po182
-rw-r--r--source/ast/wizards/messages.po4
-rw-r--r--source/ast/writerperfect/messages.po24
-rw-r--r--source/ast/xmlsecurity/messages.po4
-rw-r--r--source/az/cui/messages.po611
-rw-r--r--source/az/dbaccess/messages.po6
-rw-r--r--source/az/framework/messages.po122
-rw-r--r--source/az/officecfg/registry/data/org/openoffice/Office/UI.po120
-rw-r--r--source/az/sc/messages.po86
-rw-r--r--source/az/sd/messages.po772
-rw-r--r--source/az/sfx2/messages.po447
-rw-r--r--source/az/starmath/messages.po738
-rw-r--r--source/az/svx/messages.po3474
-rw-r--r--source/az/sw/messages.po2811
-rw-r--r--source/az/uui/messages.po236
-rw-r--r--source/az/vcl/messages.po176
-rw-r--r--source/az/writerperfect/messages.po18
-rw-r--r--source/be/cui/messages.po611
-rw-r--r--source/be/dbaccess/messages.po6
-rw-r--r--source/be/framework/messages.po122
-rw-r--r--source/be/officecfg/registry/data/org/openoffice/Office/UI.po128
-rw-r--r--source/be/sc/messages.po86
-rw-r--r--source/be/sd/messages.po774
-rw-r--r--source/be/sfx2/messages.po448
-rw-r--r--source/be/starmath/messages.po738
-rw-r--r--source/be/svx/messages.po3481
-rw-r--r--source/be/sw/messages.po2817
-rw-r--r--source/be/uui/messages.po236
-rw-r--r--source/be/vcl/messages.po176
-rw-r--r--source/be/writerperfect/messages.po18
-rw-r--r--source/bg/accessibility/messages.po36
-rw-r--r--source/bg/avmedia/messages.po32
-rw-r--r--source/bg/basctl/messages.po34
-rw-r--r--source/bg/basic/messages.po36
-rw-r--r--source/bg/chart2/messages.po70
-rw-r--r--source/bg/connectivity/messages.po32
-rw-r--r--source/bg/cui/messages.po777
-rw-r--r--source/bg/dbaccess/messages.po50
-rw-r--r--source/bg/desktop/messages.po32
-rw-r--r--source/bg/dictionaries/es.po12
-rw-r--r--source/bg/dictionaries/pt_PT.po12
-rw-r--r--source/bg/dictionaries/sq_AL.po10
-rw-r--r--source/bg/editeng/messages.po32
-rw-r--r--source/bg/extensions/messages.po32
-rw-r--r--source/bg/filter/messages.po34
-rw-r--r--source/bg/forms/messages.po34
-rw-r--r--source/bg/formula/messages.po32
-rw-r--r--source/bg/fpicker/messages.po40
-rw-r--r--source/bg/framework/messages.po154
-rw-r--r--source/bg/helpcontent2/source/text/sbasic/python.po32
-rw-r--r--source/bg/helpcontent2/source/text/sbasic/shared.po42
-rw-r--r--source/bg/helpcontent2/source/text/sbasic/shared/03.po3709
-rw-r--r--source/bg/helpcontent2/source/text/scalc.po10
-rw-r--r--source/bg/helpcontent2/source/text/scalc/00.po20
-rw-r--r--source/bg/helpcontent2/source/text/scalc/01.po233
-rw-r--r--source/bg/helpcontent2/source/text/scalc/04.po10
-rw-r--r--source/bg/helpcontent2/source/text/scalc/guide.po70
-rw-r--r--source/bg/helpcontent2/source/text/sdatabase.po659
-rw-r--r--source/bg/helpcontent2/source/text/sdraw.po8
-rw-r--r--source/bg/helpcontent2/source/text/sdraw/guide.po10
-rw-r--r--source/bg/helpcontent2/source/text/shared/00.po266
-rw-r--r--source/bg/helpcontent2/source/text/shared/01.po244
-rw-r--r--source/bg/helpcontent2/source/text/shared/02.po154
-rw-r--r--source/bg/helpcontent2/source/text/shared/04.po24
-rw-r--r--source/bg/helpcontent2/source/text/shared/explorer/database.po618
-rw-r--r--source/bg/helpcontent2/source/text/shared/guide.po84
-rw-r--r--source/bg/helpcontent2/source/text/shared/optionen.po142
-rw-r--r--source/bg/helpcontent2/source/text/simpress.po488
-rw-r--r--source/bg/helpcontent2/source/text/simpress/00.po14
-rw-r--r--source/bg/helpcontent2/source/text/simpress/01.po46
-rw-r--r--source/bg/helpcontent2/source/text/simpress/04.po18
-rw-r--r--source/bg/helpcontent2/source/text/simpress/guide.po68
-rw-r--r--source/bg/helpcontent2/source/text/smath/01.po68
-rw-r--r--source/bg/helpcontent2/source/text/swriter.po142
-rw-r--r--source/bg/helpcontent2/source/text/swriter/00.po74
-rw-r--r--source/bg/helpcontent2/source/text/swriter/01.po244
-rw-r--r--source/bg/helpcontent2/source/text/swriter/02.po343
-rw-r--r--source/bg/helpcontent2/source/text/swriter/04.po22
-rw-r--r--source/bg/helpcontent2/source/text/swriter/guide.po442
-rw-r--r--source/bg/officecfg/registry/data/org/openoffice/Office.po18
-rw-r--r--source/bg/officecfg/registry/data/org/openoffice/Office/UI.po256
-rw-r--r--source/bg/oox/messages.po32
-rw-r--r--source/bg/reportdesign/messages.po32
-rw-r--r--source/bg/sc/messages.po201
-rw-r--r--source/bg/scaddins/messages.po32
-rw-r--r--source/bg/sccomp/messages.po34
-rw-r--r--source/bg/sd/messages.po822
-rw-r--r--source/bg/sfx2/messages.po602
-rw-r--r--source/bg/shell/messages.po34
-rw-r--r--source/bg/starmath/messages.po772
-rw-r--r--source/bg/svl/messages.po32
-rw-r--r--source/bg/svtools/messages.po36
-rw-r--r--source/bg/svx/messages.po3521
-rw-r--r--source/bg/sw/messages.po3034
-rw-r--r--source/bg/uui/messages.po268
-rw-r--r--source/bg/vcl/messages.po208
-rw-r--r--source/bg/wizards/messages.po34
-rw-r--r--source/bg/writerperfect/messages.po48
-rw-r--r--source/bg/xmlsecurity/messages.po34
-rw-r--r--source/bn-IN/cui/messages.po611
-rw-r--r--source/bn-IN/dbaccess/messages.po6
-rw-r--r--source/bn-IN/framework/messages.po122
-rw-r--r--source/bn-IN/helpcontent2/source/text/sbasic/python.po14
-rw-r--r--source/bn-IN/helpcontent2/source/text/sbasic/shared.po6
-rw-r--r--source/bn-IN/helpcontent2/source/text/sbasic/shared/03.po3703
-rw-r--r--source/bn-IN/helpcontent2/source/text/scalc/00.po6
-rw-r--r--source/bn-IN/helpcontent2/source/text/scalc/01.po69
-rw-r--r--source/bn-IN/helpcontent2/source/text/sdatabase.po465
-rw-r--r--source/bn-IN/helpcontent2/source/text/shared/00.po184
-rw-r--r--source/bn-IN/helpcontent2/source/text/shared/01.po190
-rw-r--r--source/bn-IN/helpcontent2/source/text/shared/02.po102
-rw-r--r--source/bn-IN/helpcontent2/source/text/shared/04.po6
-rw-r--r--source/bn-IN/helpcontent2/source/text/shared/explorer/database.po602
-rw-r--r--source/bn-IN/helpcontent2/source/text/shared/guide.po80
-rw-r--r--source/bn-IN/helpcontent2/source/text/shared/optionen.po34
-rw-r--r--source/bn-IN/helpcontent2/source/text/simpress.po464
-rw-r--r--source/bn-IN/helpcontent2/source/text/simpress/00.po6
-rw-r--r--source/bn-IN/helpcontent2/source/text/simpress/01.po32
-rw-r--r--source/bn-IN/helpcontent2/source/text/simpress/guide.po42
-rw-r--r--source/bn-IN/helpcontent2/source/text/smath/01.po42
-rw-r--r--source/bn-IN/helpcontent2/source/text/swriter.po64
-rw-r--r--source/bn-IN/helpcontent2/source/text/swriter/00.po32
-rw-r--r--source/bn-IN/helpcontent2/source/text/swriter/01.po216
-rw-r--r--source/bn-IN/helpcontent2/source/text/swriter/02.po321
-rw-r--r--source/bn-IN/helpcontent2/source/text/swriter/04.po20
-rw-r--r--source/bn-IN/helpcontent2/source/text/swriter/guide.po376
-rw-r--r--source/bn-IN/officecfg/registry/data/org/openoffice/Office/UI.po128
-rw-r--r--source/bn-IN/sc/messages.po86
-rw-r--r--source/bn-IN/sd/messages.po774
-rw-r--r--source/bn-IN/sfx2/messages.po448
-rw-r--r--source/bn-IN/starmath/messages.po738
-rw-r--r--source/bn-IN/svx/messages.po3499
-rw-r--r--source/bn-IN/sw/messages.po2827
-rw-r--r--source/bn-IN/uui/messages.po236
-rw-r--r--source/bn-IN/vcl/messages.po176
-rw-r--r--source/bn-IN/writerperfect/messages.po18
-rw-r--r--source/bn/cui/messages.po611
-rw-r--r--source/bn/dbaccess/messages.po6
-rw-r--r--source/bn/framework/messages.po122
-rw-r--r--source/bn/helpcontent2/source/text/sbasic/python.po14
-rw-r--r--source/bn/helpcontent2/source/text/sbasic/shared.po6
-rw-r--r--source/bn/helpcontent2/source/text/sbasic/shared/03.po3703
-rw-r--r--source/bn/helpcontent2/source/text/scalc/00.po6
-rw-r--r--source/bn/helpcontent2/source/text/scalc/01.po69
-rw-r--r--source/bn/helpcontent2/source/text/sdatabase.po465
-rw-r--r--source/bn/helpcontent2/source/text/shared/00.po184
-rw-r--r--source/bn/helpcontent2/source/text/shared/01.po190
-rw-r--r--source/bn/helpcontent2/source/text/shared/02.po102
-rw-r--r--source/bn/helpcontent2/source/text/shared/04.po6
-rw-r--r--source/bn/helpcontent2/source/text/shared/explorer/database.po602
-rw-r--r--source/bn/helpcontent2/source/text/shared/guide.po80
-rw-r--r--source/bn/helpcontent2/source/text/shared/optionen.po34
-rw-r--r--source/bn/helpcontent2/source/text/simpress.po464
-rw-r--r--source/bn/helpcontent2/source/text/simpress/00.po6
-rw-r--r--source/bn/helpcontent2/source/text/simpress/01.po32
-rw-r--r--source/bn/helpcontent2/source/text/simpress/guide.po42
-rw-r--r--source/bn/helpcontent2/source/text/smath/01.po42
-rw-r--r--source/bn/helpcontent2/source/text/swriter.po64
-rw-r--r--source/bn/helpcontent2/source/text/swriter/00.po32
-rw-r--r--source/bn/helpcontent2/source/text/swriter/01.po216
-rw-r--r--source/bn/helpcontent2/source/text/swriter/02.po321
-rw-r--r--source/bn/helpcontent2/source/text/swriter/04.po20
-rw-r--r--source/bn/helpcontent2/source/text/swriter/guide.po376
-rw-r--r--source/bn/officecfg/registry/data/org/openoffice/Office/UI.po124
-rw-r--r--source/bn/sc/messages.po86
-rw-r--r--source/bn/sd/messages.po772
-rw-r--r--source/bn/sfx2/messages.po446
-rw-r--r--source/bn/starmath/messages.po738
-rw-r--r--source/bn/svx/messages.po3499
-rw-r--r--source/bn/sw/messages.po2826
-rw-r--r--source/bn/uui/messages.po236
-rw-r--r--source/bn/vcl/messages.po176
-rw-r--r--source/bn/writerperfect/messages.po18
-rw-r--r--source/bo/cui/messages.po611
-rw-r--r--source/bo/dbaccess/messages.po6
-rw-r--r--source/bo/framework/messages.po122
-rw-r--r--source/bo/helpcontent2/source/text/sbasic/python.po14
-rw-r--r--source/bo/helpcontent2/source/text/sbasic/shared.po6
-rw-r--r--source/bo/helpcontent2/source/text/sbasic/shared/03.po3703
-rw-r--r--source/bo/helpcontent2/source/text/scalc/00.po6
-rw-r--r--source/bo/helpcontent2/source/text/scalc/01.po63
-rw-r--r--source/bo/helpcontent2/source/text/sdatabase.po465
-rw-r--r--source/bo/helpcontent2/source/text/shared/00.po184
-rw-r--r--source/bo/helpcontent2/source/text/shared/01.po190
-rw-r--r--source/bo/helpcontent2/source/text/shared/02.po102
-rw-r--r--source/bo/helpcontent2/source/text/shared/04.po6
-rw-r--r--source/bo/helpcontent2/source/text/shared/explorer/database.po602
-rw-r--r--source/bo/helpcontent2/source/text/shared/guide.po76
-rw-r--r--source/bo/helpcontent2/source/text/shared/optionen.po34
-rw-r--r--source/bo/helpcontent2/source/text/simpress.po464
-rw-r--r--source/bo/helpcontent2/source/text/simpress/00.po6
-rw-r--r--source/bo/helpcontent2/source/text/simpress/01.po32
-rw-r--r--source/bo/helpcontent2/source/text/simpress/guide.po42
-rw-r--r--source/bo/helpcontent2/source/text/smath/01.po46
-rw-r--r--source/bo/helpcontent2/source/text/swriter.po64
-rw-r--r--source/bo/helpcontent2/source/text/swriter/00.po32
-rw-r--r--source/bo/helpcontent2/source/text/swriter/01.po214
-rw-r--r--source/bo/helpcontent2/source/text/swriter/02.po321
-rw-r--r--source/bo/helpcontent2/source/text/swriter/04.po20
-rw-r--r--source/bo/helpcontent2/source/text/swriter/guide.po360
-rw-r--r--source/bo/officecfg/registry/data/org/openoffice/Office/UI.po124
-rw-r--r--source/bo/sc/messages.po86
-rw-r--r--source/bo/sd/messages.po772
-rw-r--r--source/bo/sfx2/messages.po446
-rw-r--r--source/bo/starmath/messages.po738
-rw-r--r--source/bo/svx/messages.po3499
-rw-r--r--source/bo/sw/messages.po2826
-rw-r--r--source/bo/uui/messages.po236
-rw-r--r--source/bo/vcl/messages.po176
-rw-r--r--source/bo/writerperfect/messages.po18
-rw-r--r--source/br/cui/messages.po611
-rw-r--r--source/br/dbaccess/messages.po6
-rw-r--r--source/br/framework/messages.po122
-rw-r--r--source/br/officecfg/registry/data/org/openoffice/Office/UI.po128
-rw-r--r--source/br/sc/messages.po86
-rw-r--r--source/br/sd/messages.po774
-rw-r--r--source/br/sfx2/messages.po446
-rw-r--r--source/br/starmath/messages.po738
-rw-r--r--source/br/svx/messages.po3499
-rw-r--r--source/br/sw/messages.po2817
-rw-r--r--source/br/uui/messages.po236
-rw-r--r--source/br/vcl/messages.po176
-rw-r--r--source/br/writerperfect/messages.po18
-rw-r--r--source/brx/cui/messages.po611
-rw-r--r--source/brx/dbaccess/messages.po6
-rw-r--r--source/brx/framework/messages.po122
-rw-r--r--source/brx/officecfg/registry/data/org/openoffice/Office/UI.po124
-rw-r--r--source/brx/sc/messages.po86
-rw-r--r--source/brx/sd/messages.po772
-rw-r--r--source/brx/sfx2/messages.po446
-rw-r--r--source/brx/starmath/messages.po738
-rw-r--r--source/brx/svx/messages.po3499
-rw-r--r--source/brx/sw/messages.po2818
-rw-r--r--source/brx/uui/messages.po236
-rw-r--r--source/brx/vcl/messages.po176
-rw-r--r--source/brx/writerperfect/messages.po18
-rw-r--r--source/bs/cui/messages.po611
-rw-r--r--source/bs/dbaccess/messages.po6
-rw-r--r--source/bs/framework/messages.po122
-rw-r--r--source/bs/helpcontent2/source/text/sbasic/python.po14
-rw-r--r--source/bs/helpcontent2/source/text/sbasic/shared.po6
-rw-r--r--source/bs/helpcontent2/source/text/sbasic/shared/03.po3703
-rw-r--r--source/bs/helpcontent2/source/text/scalc/00.po6
-rw-r--r--source/bs/helpcontent2/source/text/scalc/01.po57
-rw-r--r--source/bs/helpcontent2/source/text/sdatabase.po465
-rw-r--r--source/bs/helpcontent2/source/text/shared/00.po184
-rw-r--r--source/bs/helpcontent2/source/text/shared/01.po200
-rw-r--r--source/bs/helpcontent2/source/text/shared/02.po102
-rw-r--r--source/bs/helpcontent2/source/text/shared/04.po6
-rw-r--r--source/bs/helpcontent2/source/text/shared/explorer/database.po600
-rw-r--r--source/bs/helpcontent2/source/text/shared/guide.po80
-rw-r--r--source/bs/helpcontent2/source/text/shared/optionen.po32
-rw-r--r--source/bs/helpcontent2/source/text/simpress.po464
-rw-r--r--source/bs/helpcontent2/source/text/simpress/00.po6
-rw-r--r--source/bs/helpcontent2/source/text/simpress/01.po26
-rw-r--r--source/bs/helpcontent2/source/text/simpress/guide.po36
-rw-r--r--source/bs/helpcontent2/source/text/smath/01.po42
-rw-r--r--source/bs/helpcontent2/source/text/swriter.po60
-rw-r--r--source/bs/helpcontent2/source/text/swriter/00.po32
-rw-r--r--source/bs/helpcontent2/source/text/swriter/01.po200
-rw-r--r--source/bs/helpcontent2/source/text/swriter/02.po311
-rw-r--r--source/bs/helpcontent2/source/text/swriter/04.po14
-rw-r--r--source/bs/helpcontent2/source/text/swriter/guide.po328
-rw-r--r--source/bs/officecfg/registry/data/org/openoffice/Office/UI.po128
-rw-r--r--source/bs/sc/messages.po86
-rw-r--r--source/bs/sd/messages.po775
-rw-r--r--source/bs/sfx2/messages.po446
-rw-r--r--source/bs/starmath/messages.po738
-rw-r--r--source/bs/svx/messages.po3499
-rw-r--r--source/bs/sw/messages.po2818
-rw-r--r--source/bs/uui/messages.po236
-rw-r--r--source/bs/vcl/messages.po176
-rw-r--r--source/bs/writerperfect/messages.po18
-rw-r--r--source/ca-valencia/cui/messages.po629
-rw-r--r--source/ca-valencia/dbaccess/messages.po6
-rw-r--r--source/ca-valencia/framework/messages.po122
-rw-r--r--source/ca-valencia/helpcontent2/source/text/sbasic/python.po20
-rw-r--r--source/ca-valencia/helpcontent2/source/text/sbasic/shared.po8
-rw-r--r--source/ca-valencia/helpcontent2/source/text/sbasic/shared/03.po3703
-rw-r--r--source/ca-valencia/helpcontent2/source/text/scalc/00.po6
-rw-r--r--source/ca-valencia/helpcontent2/source/text/scalc/01.po71
-rw-r--r--source/ca-valencia/helpcontent2/source/text/sdatabase.po465
-rw-r--r--source/ca-valencia/helpcontent2/source/text/shared/00.po188
-rw-r--r--source/ca-valencia/helpcontent2/source/text/shared/01.po236
-rw-r--r--source/ca-valencia/helpcontent2/source/text/shared/02.po104
-rw-r--r--source/ca-valencia/helpcontent2/source/text/shared/04.po8
-rw-r--r--source/ca-valencia/helpcontent2/source/text/shared/explorer/database.po602
-rw-r--r--source/ca-valencia/helpcontent2/source/text/shared/guide.po80
-rw-r--r--source/ca-valencia/helpcontent2/source/text/shared/optionen.po36
-rw-r--r--source/ca-valencia/helpcontent2/source/text/simpress.po484
-rw-r--r--source/ca-valencia/helpcontent2/source/text/simpress/00.po10
-rw-r--r--source/ca-valencia/helpcontent2/source/text/simpress/01.po34
-rw-r--r--source/ca-valencia/helpcontent2/source/text/simpress/guide.po42
-rw-r--r--source/ca-valencia/helpcontent2/source/text/smath/01.po62
-rw-r--r--source/ca-valencia/helpcontent2/source/text/swriter.po64
-rw-r--r--source/ca-valencia/helpcontent2/source/text/swriter/00.po38
-rw-r--r--source/ca-valencia/helpcontent2/source/text/swriter/01.po232
-rw-r--r--source/ca-valencia/helpcontent2/source/text/swriter/02.po323
-rw-r--r--source/ca-valencia/helpcontent2/source/text/swriter/04.po22
-rw-r--r--source/ca-valencia/helpcontent2/source/text/swriter/guide.po392
-rw-r--r--source/ca-valencia/officecfg/registry/data/org/openoffice/Office/UI.po130
-rw-r--r--source/ca-valencia/sc/messages.po86
-rw-r--r--source/ca-valencia/sd/messages.po774
-rw-r--r--source/ca-valencia/sfx2/messages.po448
-rw-r--r--source/ca-valencia/starmath/messages.po738
-rw-r--r--source/ca-valencia/svx/messages.po3481
-rw-r--r--source/ca-valencia/sw/messages.po2827
-rw-r--r--source/ca-valencia/uui/messages.po236
-rw-r--r--source/ca-valencia/vcl/messages.po176
-rw-r--r--source/ca-valencia/writerperfect/messages.po18
-rw-r--r--source/ca/basic/messages.po6
-rw-r--r--source/ca/chart2/messages.po42
-rw-r--r--source/ca/cui/messages.po645
-rw-r--r--source/ca/dbaccess/messages.po6
-rw-r--r--source/ca/extensions/messages.po10
-rw-r--r--source/ca/framework/messages.po126
-rw-r--r--source/ca/helpcontent2/source/text/sbasic/python.po30
-rw-r--r--source/ca/helpcontent2/source/text/sbasic/shared.po8
-rw-r--r--source/ca/helpcontent2/source/text/sbasic/shared/03.po4021
-rw-r--r--source/ca/helpcontent2/source/text/scalc/00.po6
-rw-r--r--source/ca/helpcontent2/source/text/scalc/01.po82
-rw-r--r--source/ca/helpcontent2/source/text/scalc/04.po29
-rw-r--r--source/ca/helpcontent2/source/text/scalc/guide.po24
-rw-r--r--source/ca/helpcontent2/source/text/sdatabase.po482
-rw-r--r--source/ca/helpcontent2/source/text/sdraw.po9
-rw-r--r--source/ca/helpcontent2/source/text/sdraw/guide.po18
-rw-r--r--source/ca/helpcontent2/source/text/shared/00.po869
-rw-r--r--source/ca/helpcontent2/source/text/shared/01.po438
-rw-r--r--source/ca/helpcontent2/source/text/shared/02.po104
-rw-r--r--source/ca/helpcontent2/source/text/shared/04.po8
-rw-r--r--source/ca/helpcontent2/source/text/shared/05.po8
-rw-r--r--source/ca/helpcontent2/source/text/shared/explorer/database.po608
-rw-r--r--source/ca/helpcontent2/source/text/shared/guide.po100
-rw-r--r--source/ca/helpcontent2/source/text/shared/optionen.po46
-rw-r--r--source/ca/helpcontent2/source/text/simpress.po490
-rw-r--r--source/ca/helpcontent2/source/text/simpress/00.po10
-rw-r--r--source/ca/helpcontent2/source/text/simpress/01.po44
-rw-r--r--source/ca/helpcontent2/source/text/simpress/guide.po42
-rw-r--r--source/ca/helpcontent2/source/text/smath/01.po65
-rw-r--r--source/ca/helpcontent2/source/text/swriter.po73
-rw-r--r--source/ca/helpcontent2/source/text/swriter/00.po38
-rw-r--r--source/ca/helpcontent2/source/text/swriter/01.po283
-rw-r--r--source/ca/helpcontent2/source/text/swriter/02.po323
-rw-r--r--source/ca/helpcontent2/source/text/swriter/04.po22
-rw-r--r--source/ca/helpcontent2/source/text/swriter/guide.po477
-rw-r--r--source/ca/officecfg/registry/data/org/openoffice/Office/UI.po193
-rw-r--r--source/ca/sc/messages.po114
-rw-r--r--source/ca/sd/messages.po788
-rw-r--r--source/ca/sfx2/messages.po488
-rw-r--r--source/ca/starmath/messages.po744
-rw-r--r--source/ca/svtools/messages.po10
-rw-r--r--source/ca/svx/messages.po3493
-rw-r--r--source/ca/sw/messages.po2883
-rw-r--r--source/ca/uui/messages.po238
-rw-r--r--source/ca/vcl/messages.po178
-rw-r--r--source/ca/writerperfect/messages.po20
-rw-r--r--source/ckb/cui/messages.po611
-rw-r--r--source/ckb/dbaccess/messages.po6
-rw-r--r--source/ckb/framework/messages.po124
-rw-r--r--source/ckb/officecfg/registry/data/org/openoffice/Office/UI.po126
-rw-r--r--source/ckb/sc/messages.po86
-rw-r--r--source/ckb/sd/messages.po774
-rw-r--r--source/ckb/sfx2/messages.po448
-rw-r--r--source/ckb/starmath/messages.po738
-rw-r--r--source/ckb/svx/messages.po3481
-rw-r--r--source/ckb/sw/messages.po2815
-rw-r--r--source/ckb/uui/messages.po238
-rw-r--r--source/ckb/vcl/messages.po176
-rw-r--r--source/ckb/writerperfect/messages.po20
-rw-r--r--source/cs/chart2/messages.po38
-rw-r--r--source/cs/cui/messages.po647
-rw-r--r--source/cs/dbaccess/messages.po6
-rw-r--r--source/cs/framework/messages.po126
-rw-r--r--source/cs/helpcontent2/source/text/sbasic/python.po24
-rw-r--r--source/cs/helpcontent2/source/text/sbasic/shared.po48
-rw-r--r--source/cs/helpcontent2/source/text/sbasic/shared/03.po3741
-rw-r--r--source/cs/helpcontent2/source/text/scalc/00.po10
-rw-r--r--source/cs/helpcontent2/source/text/scalc/01.po77
-rw-r--r--source/cs/helpcontent2/source/text/sdatabase.po465
-rw-r--r--source/cs/helpcontent2/source/text/shared/00.po246
-rw-r--r--source/cs/helpcontent2/source/text/shared/01.po244
-rw-r--r--source/cs/helpcontent2/source/text/shared/02.po104
-rw-r--r--source/cs/helpcontent2/source/text/shared/04.po10
-rw-r--r--source/cs/helpcontent2/source/text/shared/explorer/database.po604
-rw-r--r--source/cs/helpcontent2/source/text/shared/guide.po84
-rw-r--r--source/cs/helpcontent2/source/text/shared/optionen.po38
-rw-r--r--source/cs/helpcontent2/source/text/simpress.po488
-rw-r--r--source/cs/helpcontent2/source/text/simpress/00.po12
-rw-r--r--source/cs/helpcontent2/source/text/simpress/01.po42
-rw-r--r--source/cs/helpcontent2/source/text/simpress/guide.po42
-rw-r--r--source/cs/helpcontent2/source/text/smath/01.po64
-rw-r--r--source/cs/helpcontent2/source/text/swriter.po142
-rw-r--r--source/cs/helpcontent2/source/text/swriter/00.po70
-rw-r--r--source/cs/helpcontent2/source/text/swriter/01.po244
-rw-r--r--source/cs/helpcontent2/source/text/swriter/02.po337
-rw-r--r--source/cs/helpcontent2/source/text/swriter/04.po26
-rw-r--r--source/cs/helpcontent2/source/text/swriter/guide.po400
-rw-r--r--source/cs/officecfg/registry/data/org/openoffice/Office/UI.po166
-rw-r--r--source/cs/sc/messages.po96
-rw-r--r--source/cs/sd/messages.po788
-rw-r--r--source/cs/sfx2/messages.po480
-rw-r--r--source/cs/starmath/messages.po740
-rw-r--r--source/cs/svx/messages.po3485
-rw-r--r--source/cs/sw/messages.po2873
-rw-r--r--source/cs/uui/messages.po238
-rw-r--r--source/cs/vcl/messages.po178
-rw-r--r--source/cs/writerperfect/messages.po20
-rw-r--r--source/cy/chart2/messages.po40
-rw-r--r--source/cy/cui/messages.po665
-rw-r--r--source/cy/dbaccess/messages.po6
-rw-r--r--source/cy/framework/messages.po126
-rw-r--r--source/cy/officecfg/registry/data/org/openoffice/Office/UI.po204
-rw-r--r--source/cy/sc/messages.po98
-rw-r--r--source/cy/sd/messages.po786
-rw-r--r--source/cy/sfx2/messages.po498
-rw-r--r--source/cy/starmath/messages.po740
-rw-r--r--source/cy/svx/messages.po3485
-rw-r--r--source/cy/sw/messages.po2879
-rw-r--r--source/cy/uui/messages.po238
-rw-r--r--source/cy/vcl/messages.po178
-rw-r--r--source/cy/writerperfect/messages.po20
-rw-r--r--source/da/accessibility/messages.po10
-rw-r--r--source/da/avmedia/messages.po10
-rw-r--r--source/da/basctl/messages.po12
-rw-r--r--source/da/basic/messages.po10
-rw-r--r--source/da/chart2/messages.po48
-rw-r--r--source/da/connectivity/messages.po8
-rw-r--r--source/da/cui/messages.po757
-rw-r--r--source/da/dbaccess/messages.po20
-rw-r--r--source/da/desktop/messages.po10
-rw-r--r--source/da/editeng/messages.po12
-rw-r--r--source/da/extensions/messages.po19
-rw-r--r--source/da/extras/source/gallery/share.po8
-rw-r--r--source/da/filter/messages.po12
-rw-r--r--source/da/filter/source/config/fragments/filters.po12
-rw-r--r--source/da/forms/messages.po30
-rw-r--r--source/da/formula/messages.po10
-rw-r--r--source/da/fpicker/messages.po18
-rw-r--r--source/da/framework/messages.po132
-rw-r--r--source/da/helpcontent2/source/text/sbasic/python.po30
-rw-r--r--source/da/helpcontent2/source/text/sbasic/shared.po44
-rw-r--r--source/da/helpcontent2/source/text/sbasic/shared/03.po6701
-rw-r--r--source/da/helpcontent2/source/text/scalc.po8
-rw-r--r--source/da/helpcontent2/source/text/scalc/00.po14
-rw-r--r--source/da/helpcontent2/source/text/scalc/01.po269
-rw-r--r--source/da/helpcontent2/source/text/scalc/02.po22
-rw-r--r--source/da/helpcontent2/source/text/scalc/04.po6
-rw-r--r--source/da/helpcontent2/source/text/scalc/guide.po124
-rw-r--r--source/da/helpcontent2/source/text/schart/01.po26
-rw-r--r--source/da/helpcontent2/source/text/sdatabase.po625
-rw-r--r--source/da/helpcontent2/source/text/sdraw/01.po10
-rw-r--r--source/da/helpcontent2/source/text/sdraw/04.po10
-rw-r--r--source/da/helpcontent2/source/text/sdraw/guide.po6
-rw-r--r--source/da/helpcontent2/source/text/shared.po30
-rw-r--r--source/da/helpcontent2/source/text/shared/00.po242
-rw-r--r--source/da/helpcontent2/source/text/shared/01.po1587
-rw-r--r--source/da/helpcontent2/source/text/shared/02.po274
-rw-r--r--source/da/helpcontent2/source/text/shared/04.po12
-rw-r--r--source/da/helpcontent2/source/text/shared/05.po18
-rw-r--r--source/da/helpcontent2/source/text/shared/06.po4
-rw-r--r--source/da/helpcontent2/source/text/shared/autopi.po6
-rw-r--r--source/da/helpcontent2/source/text/shared/explorer/database.po650
-rw-r--r--source/da/helpcontent2/source/text/shared/guide.po86
-rw-r--r--source/da/helpcontent2/source/text/shared/help.po4
-rw-r--r--source/da/helpcontent2/source/text/shared/menu.po30
-rw-r--r--source/da/helpcontent2/source/text/shared/optionen.po412
-rw-r--r--source/da/helpcontent2/source/text/simpress.po486
-rw-r--r--source/da/helpcontent2/source/text/simpress/00.po22
-rw-r--r--source/da/helpcontent2/source/text/simpress/01.po44
-rw-r--r--source/da/helpcontent2/source/text/simpress/04.po28
-rw-r--r--source/da/helpcontent2/source/text/simpress/guide.po68
-rw-r--r--source/da/helpcontent2/source/text/smath.po10
-rw-r--r--source/da/helpcontent2/source/text/smath/01.po64
-rw-r--r--source/da/helpcontent2/source/text/swriter.po130
-rw-r--r--source/da/helpcontent2/source/text/swriter/00.po72
-rw-r--r--source/da/helpcontent2/source/text/swriter/01.po372
-rw-r--r--source/da/helpcontent2/source/text/swriter/02.po333
-rw-r--r--source/da/helpcontent2/source/text/swriter/04.po28
-rw-r--r--source/da/helpcontent2/source/text/swriter/guide.po654
-rw-r--r--source/da/helpcontent2/source/text/swriter/librelogo.po6
-rw-r--r--source/da/nlpsolver/src/locale.po12
-rw-r--r--source/da/officecfg/registry/data/org/openoffice/Office.po32
-rw-r--r--source/da/officecfg/registry/data/org/openoffice/Office/UI.po338
-rw-r--r--source/da/oox/messages.po10
-rw-r--r--source/da/reportdesign/messages.po10
-rw-r--r--source/da/sc/messages.po164
-rw-r--r--source/da/scaddins/messages.po10
-rw-r--r--source/da/sccomp/messages.po10
-rw-r--r--source/da/scp2/source/ooo.po8
-rw-r--r--source/da/scp2/source/winexplorerext.po10
-rw-r--r--source/da/sd/messages.po838
-rw-r--r--source/da/setup_native/source/mac.po10
-rw-r--r--source/da/sfx2/messages.po558
-rw-r--r--source/da/shell/messages.po10
-rw-r--r--source/da/starmath/messages.po752
-rw-r--r--source/da/svl/messages.po10
-rw-r--r--source/da/svtools/messages.po18
-rw-r--r--source/da/svx/messages.po3613
-rw-r--r--source/da/sw/messages.po3109
-rw-r--r--source/da/uui/messages.po246
-rw-r--r--source/da/vcl/messages.po200
-rw-r--r--source/da/wizards/messages.po10
-rw-r--r--source/da/writerperfect/messages.po28
-rw-r--r--source/da/xmlsecurity/messages.po12
-rw-r--r--source/de/basctl/messages.po8
-rw-r--r--source/de/chart2/messages.po72
-rw-r--r--source/de/connectivity/messages.po20
-rw-r--r--source/de/cui/messages.po919
-rw-r--r--source/de/dbaccess/messages.po52
-rw-r--r--source/de/desktop/messages.po10
-rw-r--r--source/de/dictionaries/bo.po15
-rw-r--r--source/de/dictionaries/en/dialog.po51
-rw-r--r--source/de/dictionaries/hu_HU/dialog.po46
-rw-r--r--source/de/dictionaries/sk_SK.po18
-rw-r--r--source/de/dictionaries/sr.po18
-rw-r--r--source/de/editeng/messages.po52
-rw-r--r--source/de/extensions/messages.po26
-rw-r--r--source/de/extras/source/autocorr/emoji.po1591
-rw-r--r--source/de/filter/messages.po14
-rw-r--r--source/de/filter/source/config/fragments/filters.po20
-rw-r--r--source/de/filter/source/config/fragments/internalgraphicfilters.po20
-rw-r--r--source/de/forms/messages.po10
-rw-r--r--source/de/formula/messages.po6
-rw-r--r--source/de/framework/messages.po130
-rw-r--r--source/de/helpcontent2/source/text/sbasic/guide.po20
-rw-r--r--source/de/helpcontent2/source/text/sbasic/python.po30
-rw-r--r--source/de/helpcontent2/source/text/sbasic/shared.po124
-rw-r--r--source/de/helpcontent2/source/text/sbasic/shared/03.po3719
-rw-r--r--source/de/helpcontent2/source/text/scalc/00.po6
-rw-r--r--source/de/helpcontent2/source/text/scalc/01.po245
-rw-r--r--source/de/helpcontent2/source/text/scalc/02.po8
-rw-r--r--source/de/helpcontent2/source/text/scalc/04.po10
-rw-r--r--source/de/helpcontent2/source/text/scalc/05.po12
-rw-r--r--source/de/helpcontent2/source/text/scalc/guide.po84
-rw-r--r--source/de/helpcontent2/source/text/schart/01.po22
-rw-r--r--source/de/helpcontent2/source/text/sdatabase.po581
-rw-r--r--source/de/helpcontent2/source/text/sdraw.po10
-rw-r--r--source/de/helpcontent2/source/text/sdraw/guide.po12
-rw-r--r--source/de/helpcontent2/source/text/shared.po94
-rw-r--r--source/de/helpcontent2/source/text/shared/00.po392
-rw-r--r--source/de/helpcontent2/source/text/shared/01.po364
-rw-r--r--source/de/helpcontent2/source/text/shared/02.po164
-rw-r--r--source/de/helpcontent2/source/text/shared/04.po22
-rw-r--r--source/de/helpcontent2/source/text/shared/05.po24
-rw-r--r--source/de/helpcontent2/source/text/shared/06.po36
-rw-r--r--source/de/helpcontent2/source/text/shared/07.po19
-rw-r--r--source/de/helpcontent2/source/text/shared/autokorr.po62
-rw-r--r--source/de/helpcontent2/source/text/shared/autopi.po24
-rw-r--r--source/de/helpcontent2/source/text/shared/explorer/database.po632
-rw-r--r--source/de/helpcontent2/source/text/shared/guide.po150
-rw-r--r--source/de/helpcontent2/source/text/shared/optionen.po58
-rw-r--r--source/de/helpcontent2/source/text/simpress.po498
-rw-r--r--source/de/helpcontent2/source/text/simpress/00.po6
-rw-r--r--source/de/helpcontent2/source/text/simpress/01.po74
-rw-r--r--source/de/helpcontent2/source/text/simpress/02.po12
-rw-r--r--source/de/helpcontent2/source/text/simpress/04.po40
-rw-r--r--source/de/helpcontent2/source/text/simpress/guide.po86
-rw-r--r--source/de/helpcontent2/source/text/smath/01.po492
-rw-r--r--source/de/helpcontent2/source/text/swriter.po64
-rw-r--r--source/de/helpcontent2/source/text/swriter/00.po44
-rw-r--r--source/de/helpcontent2/source/text/swriter/01.po286
-rw-r--r--source/de/helpcontent2/source/text/swriter/02.po345
-rw-r--r--source/de/helpcontent2/source/text/swriter/04.po30
-rw-r--r--source/de/helpcontent2/source/text/swriter/guide.po420
-rw-r--r--source/de/helpcontent2/source/text/swriter/librelogo.po10
-rw-r--r--source/de/helpcontent2/source/text/swriter/menu.po26
-rw-r--r--source/de/librelogo/source/pythonpath.po8
-rw-r--r--source/de/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po6
-rw-r--r--source/de/officecfg/registry/data/org/openoffice/Office.po18
-rw-r--r--source/de/officecfg/registry/data/org/openoffice/Office/UI.po352
-rw-r--r--source/de/readlicense_oo/docs.po26
-rw-r--r--source/de/sc/messages.po258
-rw-r--r--source/de/scaddins/messages.po8
-rw-r--r--source/de/scp2/source/activex.po16
-rw-r--r--source/de/scp2/source/ooo.po44
-rw-r--r--source/de/sd/messages.po844
-rw-r--r--source/de/sfx2/messages.po555
-rw-r--r--source/de/shell/messages.po10
-rw-r--r--source/de/starmath/messages.po746
-rw-r--r--source/de/svtools/messages.po56
-rw-r--r--source/de/svx/messages.po3577
-rw-r--r--source/de/sw/messages.po3097
-rw-r--r--source/de/swext/mediawiki/help.po30
-rw-r--r--source/de/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po10
-rw-r--r--source/de/uui/messages.po244
-rw-r--r--source/de/vcl/messages.po192
-rw-r--r--source/de/wizards/messages.po10
-rw-r--r--source/de/wizards/source/resources.po18
-rw-r--r--source/de/writerperfect/messages.po20
-rw-r--r--source/de/xmlsecurity/messages.po14
-rw-r--r--source/dgo/cui/messages.po611
-rw-r--r--source/dgo/dbaccess/messages.po6
-rw-r--r--source/dgo/framework/messages.po122
-rw-r--r--source/dgo/officecfg/registry/data/org/openoffice/Office/UI.po124
-rw-r--r--source/dgo/sc/messages.po86
-rw-r--r--source/dgo/sd/messages.po775
-rw-r--r--source/dgo/sfx2/messages.po446
-rw-r--r--source/dgo/starmath/messages.po753
-rw-r--r--source/dgo/svx/messages.po3499
-rw-r--r--source/dgo/sw/messages.po2818
-rw-r--r--source/dgo/uui/messages.po236
-rw-r--r--source/dgo/vcl/messages.po176
-rw-r--r--source/dgo/writerperfect/messages.po18
-rw-r--r--source/dsb/chart2/messages.po40
-rw-r--r--source/dsb/cui/messages.po615
-rw-r--r--source/dsb/dbaccess/messages.po6
-rw-r--r--source/dsb/framework/messages.po126
-rw-r--r--source/dsb/officecfg/registry/data/org/openoffice/Office/UI.po170
-rw-r--r--source/dsb/sc/messages.po96
-rw-r--r--source/dsb/sd/messages.po788
-rw-r--r--source/dsb/sfx2/messages.po478
-rw-r--r--source/dsb/starmath/messages.po740
-rw-r--r--source/dsb/svx/messages.po3485
-rw-r--r--source/dsb/sw/messages.po2817
-rw-r--r--source/dsb/uui/messages.po238
-rw-r--r--source/dsb/vcl/messages.po178
-rw-r--r--source/dsb/writerperfect/messages.po20
-rw-r--r--source/dz/cui/messages.po613
-rw-r--r--source/dz/dbaccess/messages.po6
-rw-r--r--source/dz/framework/messages.po122
-rw-r--r--source/dz/helpcontent2/source/text/sbasic/python.po14
-rw-r--r--source/dz/helpcontent2/source/text/sbasic/shared.po6
-rw-r--r--source/dz/helpcontent2/source/text/sbasic/shared/03.po3703
-rw-r--r--source/dz/helpcontent2/source/text/scalc/00.po6
-rw-r--r--source/dz/helpcontent2/source/text/scalc/01.po67
-rw-r--r--source/dz/helpcontent2/source/text/sdatabase.po465
-rw-r--r--source/dz/helpcontent2/source/text/shared/00.po184
-rw-r--r--source/dz/helpcontent2/source/text/shared/01.po218
-rw-r--r--source/dz/helpcontent2/source/text/shared/02.po102
-rw-r--r--source/dz/helpcontent2/source/text/shared/04.po6
-rw-r--r--source/dz/helpcontent2/source/text/shared/explorer/database.po602
-rw-r--r--source/dz/helpcontent2/source/text/shared/guide.po80
-rw-r--r--source/dz/helpcontent2/source/text/shared/optionen.po34
-rw-r--r--source/dz/helpcontent2/source/text/simpress.po464
-rw-r--r--source/dz/helpcontent2/source/text/simpress/00.po6
-rw-r--r--source/dz/helpcontent2/source/text/simpress/01.po32
-rw-r--r--source/dz/helpcontent2/source/text/simpress/guide.po42
-rw-r--r--source/dz/helpcontent2/source/text/smath/01.po46
-rw-r--r--source/dz/helpcontent2/source/text/swriter.po64
-rw-r--r--source/dz/helpcontent2/source/text/swriter/00.po32
-rw-r--r--source/dz/helpcontent2/source/text/swriter/01.po214
-rw-r--r--source/dz/helpcontent2/source/text/swriter/02.po321
-rw-r--r--source/dz/helpcontent2/source/text/swriter/04.po20
-rw-r--r--source/dz/helpcontent2/source/text/swriter/guide.po360
-rw-r--r--source/dz/officecfg/registry/data/org/openoffice/Office/UI.po124
-rw-r--r--source/dz/sc/messages.po86
-rw-r--r--source/dz/sd/messages.po772
-rw-r--r--source/dz/sfx2/messages.po446
-rw-r--r--source/dz/starmath/messages.po738
-rw-r--r--source/dz/svx/messages.po3499
-rw-r--r--source/dz/sw/messages.po2828
-rw-r--r--source/dz/uui/messages.po236
-rw-r--r--source/dz/vcl/messages.po176
-rw-r--r--source/dz/writerperfect/messages.po18
-rw-r--r--source/el/chart2/messages.po38
-rw-r--r--source/el/cui/messages.po647
-rw-r--r--source/el/dbaccess/messages.po6
-rw-r--r--source/el/framework/messages.po126
-rw-r--r--source/el/helpcontent2/source/text/sbasic/python.po20
-rw-r--r--source/el/helpcontent2/source/text/sbasic/shared.po8
-rw-r--r--source/el/helpcontent2/source/text/sbasic/shared/03.po3709
-rw-r--r--source/el/helpcontent2/source/text/scalc/00.po20
-rw-r--r--source/el/helpcontent2/source/text/scalc/01.po93
-rw-r--r--source/el/helpcontent2/source/text/scalc/04.po10
-rw-r--r--source/el/helpcontent2/source/text/scalc/guide.po76
-rw-r--r--source/el/helpcontent2/source/text/sdatabase.po465
-rw-r--r--source/el/helpcontent2/source/text/sdraw.po8
-rw-r--r--source/el/helpcontent2/source/text/sdraw/guide.po10
-rw-r--r--source/el/helpcontent2/source/text/shared/00.po262
-rw-r--r--source/el/helpcontent2/source/text/shared/01.po612
-rw-r--r--source/el/helpcontent2/source/text/shared/02.po150
-rw-r--r--source/el/helpcontent2/source/text/shared/04.po24
-rw-r--r--source/el/helpcontent2/source/text/shared/explorer/database.po608
-rw-r--r--source/el/helpcontent2/source/text/shared/guide.po350
-rw-r--r--source/el/helpcontent2/source/text/shared/optionen.po140
-rw-r--r--source/el/helpcontent2/source/text/simpress.po488
-rw-r--r--source/el/helpcontent2/source/text/simpress/00.po14
-rw-r--r--source/el/helpcontent2/source/text/simpress/01.po46
-rw-r--r--source/el/helpcontent2/source/text/simpress/04.po18
-rw-r--r--source/el/helpcontent2/source/text/simpress/guide.po70
-rw-r--r--source/el/helpcontent2/source/text/smath/01.po68
-rw-r--r--source/el/helpcontent2/source/text/swriter.po140
-rw-r--r--source/el/helpcontent2/source/text/swriter/00.po72
-rw-r--r--source/el/helpcontent2/source/text/swriter/01.po432
-rw-r--r--source/el/helpcontent2/source/text/swriter/02.po343
-rw-r--r--source/el/helpcontent2/source/text/swriter/04.po26
-rw-r--r--source/el/helpcontent2/source/text/swriter/guide.po498
-rw-r--r--source/el/helpcontent2/source/text/swriter/librelogo.po8
-rw-r--r--source/el/officecfg/registry/data/org/openoffice/Office/UI.po170
-rw-r--r--source/el/sc/messages.po98
-rw-r--r--source/el/sd/messages.po788
-rw-r--r--source/el/sfx2/messages.po480
-rw-r--r--source/el/starmath/messages.po740
-rw-r--r--source/el/svx/messages.po3485
-rw-r--r--source/el/sw/messages.po2879
-rw-r--r--source/el/uui/messages.po238
-rw-r--r--source/el/vcl/messages.po178
-rw-r--r--source/el/writerperfect/messages.po20
-rw-r--r--source/en-GB/chart2/messages.po43
-rw-r--r--source/en-GB/cui/messages.po667
-rw-r--r--source/en-GB/dbaccess/messages.po10
-rw-r--r--source/en-GB/framework/messages.po124
-rw-r--r--source/en-GB/helpcontent2/source/text/sbasic/python.po20
-rw-r--r--source/en-GB/helpcontent2/source/text/sbasic/shared.po6
-rw-r--r--source/en-GB/helpcontent2/source/text/sbasic/shared/03.po3709
-rw-r--r--source/en-GB/helpcontent2/source/text/scalc/00.po6
-rw-r--r--source/en-GB/helpcontent2/source/text/scalc/01.po75
-rw-r--r--source/en-GB/helpcontent2/source/text/sdatabase.po465
-rw-r--r--source/en-GB/helpcontent2/source/text/shared/00.po192
-rw-r--r--source/en-GB/helpcontent2/source/text/shared/01.po238
-rw-r--r--source/en-GB/helpcontent2/source/text/shared/02.po102
-rw-r--r--source/en-GB/helpcontent2/source/text/shared/04.po8
-rw-r--r--source/en-GB/helpcontent2/source/text/shared/explorer/database.po604
-rw-r--r--source/en-GB/helpcontent2/source/text/shared/guide.po84
-rw-r--r--source/en-GB/helpcontent2/source/text/shared/optionen.po36
-rw-r--r--source/en-GB/helpcontent2/source/text/simpress.po484
-rw-r--r--source/en-GB/helpcontent2/source/text/simpress/00.po12
-rw-r--r--source/en-GB/helpcontent2/source/text/simpress/01.po40
-rw-r--r--source/en-GB/helpcontent2/source/text/simpress/guide.po42
-rw-r--r--source/en-GB/helpcontent2/source/text/smath/01.po62
-rw-r--r--source/en-GB/helpcontent2/source/text/swriter.po64
-rw-r--r--source/en-GB/helpcontent2/source/text/swriter/00.po38
-rw-r--r--source/en-GB/helpcontent2/source/text/swriter/01.po232
-rw-r--r--source/en-GB/helpcontent2/source/text/swriter/02.po323
-rw-r--r--source/en-GB/helpcontent2/source/text/swriter/04.po22
-rw-r--r--source/en-GB/helpcontent2/source/text/swriter/guide.po398
-rw-r--r--source/en-GB/officecfg/registry/data/org/openoffice/Office.po16
-rw-r--r--source/en-GB/officecfg/registry/data/org/openoffice/Office/UI.po132
-rw-r--r--source/en-GB/sc/messages.po96
-rw-r--r--source/en-GB/sd/messages.po786
-rw-r--r--source/en-GB/sfx2/messages.po448
-rw-r--r--source/en-GB/starmath/messages.po744
-rw-r--r--source/en-GB/svtools/messages.po10
-rw-r--r--source/en-GB/svx/messages.po3481
-rw-r--r--source/en-GB/sw/messages.po2825
-rw-r--r--source/en-GB/uui/messages.po238
-rw-r--r--source/en-GB/vcl/messages.po180
-rw-r--r--source/en-GB/writerperfect/messages.po20
-rw-r--r--source/en-ZA/cui/messages.po613
-rw-r--r--source/en-ZA/dbaccess/messages.po6
-rw-r--r--source/en-ZA/framework/messages.po122
-rw-r--r--source/en-ZA/helpcontent2/source/text/sbasic/python.po14
-rw-r--r--source/en-ZA/helpcontent2/source/text/sbasic/shared.po6
-rw-r--r--source/en-ZA/helpcontent2/source/text/sbasic/shared/03.po3703
-rw-r--r--source/en-ZA/helpcontent2/source/text/scalc/00.po6
-rw-r--r--source/en-ZA/helpcontent2/source/text/scalc/01.po69
-rw-r--r--source/en-ZA/helpcontent2/source/text/sdatabase.po465
-rw-r--r--source/en-ZA/helpcontent2/source/text/shared/00.po184
-rw-r--r--source/en-ZA/helpcontent2/source/text/shared/01.po220
-rw-r--r--source/en-ZA/helpcontent2/source/text/shared/02.po102
-rw-r--r--source/en-ZA/helpcontent2/source/text/shared/04.po6
-rw-r--r--source/en-ZA/helpcontent2/source/text/shared/explorer/database.po602
-rw-r--r--source/en-ZA/helpcontent2/source/text/shared/guide.po80
-rw-r--r--source/en-ZA/helpcontent2/source/text/shared/optionen.po34
-rw-r--r--source/en-ZA/helpcontent2/source/text/simpress.po464
-rw-r--r--source/en-ZA/helpcontent2/source/text/simpress/00.po6
-rw-r--r--source/en-ZA/helpcontent2/source/text/simpress/01.po32
-rw-r--r--source/en-ZA/helpcontent2/source/text/simpress/guide.po42
-rw-r--r--source/en-ZA/helpcontent2/source/text/smath/01.po42
-rw-r--r--source/en-ZA/helpcontent2/source/text/swriter.po64
-rw-r--r--source/en-ZA/helpcontent2/source/text/swriter/00.po32
-rw-r--r--source/en-ZA/helpcontent2/source/text/swriter/01.po216
-rw-r--r--source/en-ZA/helpcontent2/source/text/swriter/02.po321
-rw-r--r--source/en-ZA/helpcontent2/source/text/swriter/04.po20
-rw-r--r--source/en-ZA/helpcontent2/source/text/swriter/guide.po376
-rw-r--r--source/en-ZA/officecfg/registry/data/org/openoffice/Office/UI.po124
-rw-r--r--source/en-ZA/sc/messages.po86
-rw-r--r--source/en-ZA/sd/messages.po772
-rw-r--r--source/en-ZA/sfx2/messages.po446
-rw-r--r--source/en-ZA/starmath/messages.po738
-rw-r--r--source/en-ZA/svx/messages.po3499
-rw-r--r--source/en-ZA/sw/messages.po2826
-rw-r--r--source/en-ZA/uui/messages.po236
-rw-r--r--source/en-ZA/vcl/messages.po176
-rw-r--r--source/en-ZA/writerperfect/messages.po18
-rw-r--r--source/eo/chart2/messages.po40
-rw-r--r--source/eo/cui/messages.po623
-rw-r--r--source/eo/dbaccess/messages.po6
-rw-r--r--source/eo/framework/messages.po124
-rw-r--r--source/eo/helpcontent2/source/text/sbasic/python.po14
-rw-r--r--source/eo/helpcontent2/source/text/sbasic/shared.po6
-rw-r--r--source/eo/helpcontent2/source/text/sbasic/shared/03.po3703
-rw-r--r--source/eo/helpcontent2/source/text/scalc/00.po6
-rw-r--r--source/eo/helpcontent2/source/text/scalc/01.po65
-rw-r--r--source/eo/helpcontent2/source/text/sdatabase.po465
-rw-r--r--source/eo/helpcontent2/source/text/shared/00.po206
-rw-r--r--source/eo/helpcontent2/source/text/shared/01.po206
-rw-r--r--source/eo/helpcontent2/source/text/shared/02.po96
-rw-r--r--source/eo/helpcontent2/source/text/shared/04.po8
-rw-r--r--source/eo/helpcontent2/source/text/shared/explorer/database.po600
-rw-r--r--source/eo/helpcontent2/source/text/shared/guide.po66
-rw-r--r--source/eo/helpcontent2/source/text/shared/optionen.po32
-rw-r--r--source/eo/helpcontent2/source/text/simpress.po464
-rw-r--r--source/eo/helpcontent2/source/text/simpress/00.po6
-rw-r--r--source/eo/helpcontent2/source/text/simpress/01.po30
-rw-r--r--source/eo/helpcontent2/source/text/simpress/guide.po36
-rw-r--r--source/eo/helpcontent2/source/text/smath/01.po42
-rw-r--r--source/eo/helpcontent2/source/text/swriter.po64
-rw-r--r--source/eo/helpcontent2/source/text/swriter/00.po38
-rw-r--r--source/eo/helpcontent2/source/text/swriter/01.po244
-rw-r--r--source/eo/helpcontent2/source/text/swriter/02.po323
-rw-r--r--source/eo/helpcontent2/source/text/swriter/04.po22
-rw-r--r--source/eo/helpcontent2/source/text/swriter/guide.po398
-rw-r--r--source/eo/officecfg/registry/data/org/openoffice/Office/UI.po178
-rw-r--r--source/eo/sc/messages.po96
-rw-r--r--source/eo/sd/messages.po786
-rw-r--r--source/eo/sfx2/messages.po452
-rw-r--r--source/eo/starmath/messages.po742
-rw-r--r--source/eo/svx/messages.po3481
-rw-r--r--source/eo/sw/messages.po2909
-rw-r--r--source/eo/uui/messages.po238
-rw-r--r--source/eo/vcl/messages.po180
-rw-r--r--source/eo/writerperfect/messages.po20
-rw-r--r--source/es/basctl/messages.po4
-rw-r--r--source/es/chart2/messages.po28
-rw-r--r--source/es/cui/messages.po679
-rw-r--r--source/es/dbaccess/messages.po14
-rw-r--r--source/es/desktop/messages.po6
-rw-r--r--source/es/extensions/messages.po20
-rw-r--r--source/es/filter/messages.po10
-rw-r--r--source/es/framework/messages.po126
-rw-r--r--source/es/helpcontent2/source/auxiliary.po8
-rw-r--r--source/es/helpcontent2/source/text/sbasic/python.po40
-rw-r--r--source/es/helpcontent2/source/text/sbasic/shared.po30
-rw-r--r--source/es/helpcontent2/source/text/sbasic/shared/03.po4051
-rw-r--r--source/es/helpcontent2/source/text/scalc/00.po14
-rw-r--r--source/es/helpcontent2/source/text/scalc/01.po89
-rw-r--r--source/es/helpcontent2/source/text/scalc/05.po8
-rw-r--r--source/es/helpcontent2/source/text/scalc/guide.po12
-rw-r--r--source/es/helpcontent2/source/text/schart/01.po8
-rw-r--r--source/es/helpcontent2/source/text/sdatabase.po513
-rw-r--r--source/es/helpcontent2/source/text/sdraw.po18
-rw-r--r--source/es/helpcontent2/source/text/sdraw/00.po8
-rw-r--r--source/es/helpcontent2/source/text/shared/00.po280
-rw-r--r--source/es/helpcontent2/source/text/shared/01.po344
-rw-r--r--source/es/helpcontent2/source/text/shared/02.po122
-rw-r--r--source/es/helpcontent2/source/text/shared/04.po18
-rw-r--r--source/es/helpcontent2/source/text/shared/05.po6
-rw-r--r--source/es/helpcontent2/source/text/shared/explorer/database.po608
-rw-r--r--source/es/helpcontent2/source/text/shared/guide.po130
-rw-r--r--source/es/helpcontent2/source/text/shared/optionen.po74
-rw-r--r--source/es/helpcontent2/source/text/simpress.po490
-rw-r--r--source/es/helpcontent2/source/text/simpress/00.po18
-rw-r--r--source/es/helpcontent2/source/text/simpress/01.po54
-rw-r--r--source/es/helpcontent2/source/text/simpress/guide.po46
-rw-r--r--source/es/helpcontent2/source/text/smath/01.po78
-rw-r--r--source/es/helpcontent2/source/text/swriter.po66
-rw-r--r--source/es/helpcontent2/source/text/swriter/00.po48
-rw-r--r--source/es/helpcontent2/source/text/swriter/01.po296
-rw-r--r--source/es/helpcontent2/source/text/swriter/02.po335
-rw-r--r--source/es/helpcontent2/source/text/swriter/04.po22
-rw-r--r--source/es/helpcontent2/source/text/swriter/guide.po442
-rw-r--r--source/es/helpcontent2/source/text/swriter/librelogo.po8
-rw-r--r--source/es/officecfg/registry/data/org/openoffice/Office/UI.po176
-rw-r--r--source/es/sc/messages.po101
-rw-r--r--source/es/sd/messages.po783
-rw-r--r--source/es/sfx2/messages.po482
-rw-r--r--source/es/shell/messages.po6
-rw-r--r--source/es/starmath/messages.po744
-rw-r--r--source/es/svx/messages.po3501
-rw-r--r--source/es/sw/messages.po2903
-rw-r--r--source/es/uui/messages.po238
-rw-r--r--source/es/vcl/messages.po192
-rw-r--r--source/es/writerperfect/messages.po20
-rw-r--r--source/es/xmlsecurity/messages.po4
-rw-r--r--source/et/cui/messages.po619
-rw-r--r--source/et/dbaccess/messages.po6
-rw-r--r--source/et/framework/messages.po122
-rw-r--r--source/et/helpcontent2/source/text/sbasic/python.po14
-rw-r--r--source/et/helpcontent2/source/text/sbasic/shared.po6
-rw-r--r--source/et/helpcontent2/source/text/sbasic/shared/03.po3703
-rw-r--r--source/et/helpcontent2/source/text/scalc/00.po6
-rw-r--r--source/et/helpcontent2/source/text/scalc/01.po69
-rw-r--r--source/et/helpcontent2/source/text/sdatabase.po465
-rw-r--r--source/et/helpcontent2/source/text/shared/00.po192
-rw-r--r--source/et/helpcontent2/source/text/shared/01.po224
-rw-r--r--source/et/helpcontent2/source/text/shared/02.po102
-rw-r--r--source/et/helpcontent2/source/text/shared/04.po8
-rw-r--r--source/et/helpcontent2/source/text/shared/explorer/database.po602
-rw-r--r--source/et/helpcontent2/source/text/shared/guide.po80
-rw-r--r--source/et/helpcontent2/source/text/shared/optionen.po36
-rw-r--r--source/et/helpcontent2/source/text/simpress.po480
-rw-r--r--source/et/helpcontent2/source/text/simpress/00.po6
-rw-r--r--source/et/helpcontent2/source/text/simpress/01.po38
-rw-r--r--source/et/helpcontent2/source/text/simpress/guide.po42
-rw-r--r--source/et/helpcontent2/source/text/smath/01.po62
-rw-r--r--source/et/helpcontent2/source/text/swriter.po64
-rw-r--r--source/et/helpcontent2/source/text/swriter/00.po38
-rw-r--r--source/et/helpcontent2/source/text/swriter/01.po222
-rw-r--r--source/et/helpcontent2/source/text/swriter/02.po323
-rw-r--r--source/et/helpcontent2/source/text/swriter/04.po22
-rw-r--r--source/et/helpcontent2/source/text/swriter/guide.po376
-rw-r--r--source/et/officecfg/registry/data/org/openoffice/Office/UI.po130
-rw-r--r--source/et/sc/messages.po86
-rw-r--r--source/et/sd/messages.po774
-rw-r--r--source/et/sfx2/messages.po448
-rw-r--r--source/et/starmath/messages.po738
-rw-r--r--source/et/svx/messages.po3481
-rw-r--r--source/et/sw/messages.po2821
-rw-r--r--source/et/uui/messages.po236
-rw-r--r--source/et/vcl/messages.po176
-rw-r--r--source/et/writerperfect/messages.po18
-rw-r--r--source/eu/chart2/messages.po40
-rw-r--r--source/eu/cui/messages.po653
-rw-r--r--source/eu/dbaccess/messages.po6
-rw-r--r--source/eu/framework/messages.po126
-rw-r--r--source/eu/helpcontent2/source/text/sbasic/python.po20
-rw-r--r--source/eu/helpcontent2/source/text/sbasic/shared.po16
-rw-r--r--source/eu/helpcontent2/source/text/sbasic/shared/03.po3717
-rw-r--r--source/eu/helpcontent2/source/text/scalc/00.po10
-rw-r--r--source/eu/helpcontent2/source/text/scalc/01.po77
-rw-r--r--source/eu/helpcontent2/source/text/scalc/guide.po6
-rw-r--r--source/eu/helpcontent2/source/text/sdatabase.po467
-rw-r--r--source/eu/helpcontent2/source/text/shared/00.po250
-rw-r--r--source/eu/helpcontent2/source/text/shared/01.po260
-rw-r--r--source/eu/helpcontent2/source/text/shared/02.po112
-rw-r--r--source/eu/helpcontent2/source/text/shared/04.po12
-rw-r--r--source/eu/helpcontent2/source/text/shared/explorer/database.po602
-rw-r--r--source/eu/helpcontent2/source/text/shared/guide.po86
-rw-r--r--source/eu/helpcontent2/source/text/shared/optionen.po59
-rw-r--r--source/eu/helpcontent2/source/text/simpress.po488
-rw-r--r--source/eu/helpcontent2/source/text/simpress/00.po14
-rw-r--r--source/eu/helpcontent2/source/text/simpress/01.po40
-rw-r--r--source/eu/helpcontent2/source/text/simpress/guide.po52
-rw-r--r--source/eu/helpcontent2/source/text/smath/01.po64
-rw-r--r--source/eu/helpcontent2/source/text/swriter.po82
-rw-r--r--source/eu/helpcontent2/source/text/swriter/00.po46
-rw-r--r--source/eu/helpcontent2/source/text/swriter/01.po244
-rw-r--r--source/eu/helpcontent2/source/text/swriter/02.po335
-rw-r--r--source/eu/helpcontent2/source/text/swriter/04.po24
-rw-r--r--source/eu/helpcontent2/source/text/swriter/guide.po412
-rw-r--r--source/eu/officecfg/registry/data/org/openoffice/Office/UI.po188
-rw-r--r--source/eu/sc/messages.po100
-rw-r--r--source/eu/sd/messages.po788
-rw-r--r--source/eu/sfx2/messages.po492
-rw-r--r--source/eu/starmath/messages.po740
-rw-r--r--source/eu/svx/messages.po3485
-rw-r--r--source/eu/sw/messages.po2901
-rw-r--r--source/eu/uui/messages.po236
-rw-r--r--source/eu/vcl/messages.po178
-rw-r--r--source/eu/writerperfect/messages.po20
-rw-r--r--source/fa/accessibility/messages.po20
-rw-r--r--source/fa/avmedia/messages.po20
-rw-r--r--source/fa/basctl/messages.po20
-rw-r--r--source/fa/basic/messages.po20
-rw-r--r--source/fa/chart2/messages.po22
-rw-r--r--source/fa/connectivity/messages.po20
-rw-r--r--source/fa/connectivity/registry/firebird/org/openoffice/Office/DataAccess.po18
-rw-r--r--source/fa/connectivity/registry/mysql_jdbc/org/openoffice/Office/DataAccess.po22
-rw-r--r--source/fa/connectivity/registry/mysqlc/org/openoffice/Office/DataAccess.po16
-rw-r--r--source/fa/cui/messages.po657
-rw-r--r--source/fa/dbaccess/messages.po64
-rw-r--r--source/fa/desktop/messages.po20
-rw-r--r--source/fa/dictionaries/af_ZA.po10
-rw-r--r--source/fa/dictionaries/ar.po15
-rw-r--r--source/fa/dictionaries/be_BY.po10
-rw-r--r--source/fa/dictionaries/bg_BG.po15
-rw-r--r--source/fa/dictionaries/bn_BD.po15
-rw-r--r--source/fa/dictionaries/bo.po16
-rw-r--r--source/fa/dictionaries/br_FR.po15
-rw-r--r--source/fa/dictionaries/bs_BA.po15
-rw-r--r--source/fa/dictionaries/ca.po16
-rw-r--r--source/fa/dictionaries/cs_CZ.po16
-rw-r--r--source/fa/dictionaries/da_DK.po15
-rw-r--r--source/fa/dictionaries/de.po15
-rw-r--r--source/fa/dictionaries/el_GR.po15
-rw-r--r--source/fa/dictionaries/en.po15
-rw-r--r--source/fa/dictionaries/es.po12
-rw-r--r--source/fa/dictionaries/et_EE.po15
-rw-r--r--source/fa/dictionaries/fr_FR.po15
-rw-r--r--source/fa/dictionaries/gd_GB.po16
-rw-r--r--source/fa/dictionaries/gl.po15
-rw-r--r--source/fa/dictionaries/gug.po16
-rw-r--r--source/fa/dictionaries/he_IL.po15
-rw-r--r--source/fa/dictionaries/hi_IN.po16
-rw-r--r--source/fa/dictionaries/hr_HR.po15
-rw-r--r--source/fa/dictionaries/hu_HU.po15
-rw-r--r--source/fa/dictionaries/hu_HU/dialog.po76
-rw-r--r--source/fa/dictionaries/hu_HU/dialog/registry/data/org/openoffice/Office.po15
-rw-r--r--source/fa/dictionaries/id.po16
-rw-r--r--source/fa/dictionaries/is.po15
-rw-r--r--source/fa/dictionaries/it_IT.po15
-rw-r--r--source/fa/dictionaries/kmr_Latn.po19
-rw-r--r--source/fa/dictionaries/ko_KR.po4
-rw-r--r--source/fa/dictionaries/lo_LA.po15
-rw-r--r--source/fa/dictionaries/lt_LT.po17
-rw-r--r--source/fa/dictionaries/lv_LV.po17
-rw-r--r--source/fa/dictionaries/ne_NP.po17
-rw-r--r--source/fa/dictionaries/nl_NL.po10
-rw-r--r--source/fa/dictionaries/no.po10
-rw-r--r--source/fa/dictionaries/oc_FR.po10
-rw-r--r--source/fa/dictionaries/pl_PL.po17
-rw-r--r--source/fa/dictionaries/pt_BR.po17
-rw-r--r--source/fa/dictionaries/pt_BR/dialog.po15
-rw-r--r--source/fa/dictionaries/pt_BR/dialog/registry/data/org/openoffice/Office.po15
-rw-r--r--source/fa/dictionaries/pt_PT.po12
-rw-r--r--source/fa/dictionaries/ro.po17
-rw-r--r--source/fa/dictionaries/ru_RU.po17
-rw-r--r--source/fa/dictionaries/ru_RU/dialog.po48
-rw-r--r--source/fa/dictionaries/ru_RU/dialog/registry/data/org/openoffice/Office.po15
-rw-r--r--source/fa/dictionaries/si_LK.po18
-rw-r--r--source/fa/dictionaries/sk_SK.po17
-rw-r--r--source/fa/dictionaries/sl_SI.po17
-rw-r--r--source/fa/dictionaries/sq_AL.po10
-rw-r--r--source/fa/dictionaries/sr.po17
-rw-r--r--source/fa/dictionaries/sv_SE.po16
-rw-r--r--source/fa/dictionaries/sw_TZ.po10
-rw-r--r--source/fa/dictionaries/te_IN.po17
-rw-r--r--source/fa/dictionaries/th_TH.po18
-rw-r--r--source/fa/dictionaries/tr_TR.po16
-rw-r--r--source/fa/dictionaries/uk_UA.po17
-rw-r--r--source/fa/dictionaries/vi.po17
-rw-r--r--source/fa/dictionaries/zu_ZA.po17
-rw-r--r--source/fa/editeng/messages.po46
-rw-r--r--source/fa/extensions/messages.po22
-rw-r--r--source/fa/extensions/source/update/check/org/openoffice/Office.po15
-rw-r--r--source/fa/extras/source/gallery/share.po20
-rw-r--r--source/fa/filter/messages.po22
-rw-r--r--source/fa/forms/messages.po20
-rw-r--r--source/fa/formula/messages.po20
-rw-r--r--source/fa/fpicker/messages.po48
-rw-r--r--source/fa/framework/messages.po144
-rw-r--r--source/fa/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po18
-rw-r--r--source/fa/officecfg/registry/data/org/openoffice.po39
-rw-r--r--source/fa/officecfg/registry/data/org/openoffice/Office/UI.po124
-rw-r--r--source/fa/oox/messages.po20
-rw-r--r--source/fa/readlicense_oo/docs.po9
-rw-r--r--source/fa/reportdesign/messages.po170
-rw-r--r--source/fa/sc/messages.po106
-rw-r--r--source/fa/scaddins/messages.po20
-rw-r--r--source/fa/sccomp/messages.po20
-rw-r--r--source/fa/scp2/source/activex.po16
-rw-r--r--source/fa/scp2/source/base.po25
-rw-r--r--source/fa/scp2/source/calc.po10
-rw-r--r--source/fa/scp2/source/draw.po63
-rw-r--r--source/fa/scp2/source/extensions.po38
-rw-r--r--source/fa/scp2/source/gnome.po16
-rw-r--r--source/fa/scp2/source/graphicfilter.po12
-rw-r--r--source/fa/scp2/source/impress.po36
-rw-r--r--source/fa/scp2/source/ooo.po8
-rw-r--r--source/fa/scp2/source/winexplorerext.po10
-rw-r--r--source/fa/scp2/source/writer.po45
-rw-r--r--source/fa/sd/messages.po792
-rw-r--r--source/fa/setup_native/source/mac.po11
-rw-r--r--source/fa/sfx2/messages.po466
-rw-r--r--source/fa/shell/messages.po20
-rw-r--r--source/fa/starmath/messages.po760
-rw-r--r--source/fa/svl/messages.po20
-rw-r--r--source/fa/svtools/messages.po22
-rw-r--r--source/fa/svx/messages.po3567
-rw-r--r--source/fa/sw/messages.po2838
-rw-r--r--source/fa/swext/mediawiki/src.po19
-rw-r--r--source/fa/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po42
-rw-r--r--source/fa/sysui/desktop/share.po29
-rw-r--r--source/fa/uui/messages.po258
-rw-r--r--source/fa/vcl/messages.po196
-rw-r--r--source/fa/wizards/messages.po20
-rw-r--r--source/fa/wizards/source/resources.po11
-rw-r--r--source/fa/writerperfect/messages.po44
-rw-r--r--source/fa/xmlsecurity/messages.po26
-rw-r--r--source/fi/accessibility/messages.po32
-rw-r--r--source/fi/avmedia/messages.po32
-rw-r--r--source/fi/basctl/messages.po30
-rw-r--r--source/fi/basic/messages.po32
-rw-r--r--source/fi/chart2/messages.po34
-rw-r--r--source/fi/connectivity/messages.po32
-rw-r--r--source/fi/cui/messages.po709
-rw-r--r--source/fi/dbaccess/messages.po34
-rw-r--r--source/fi/desktop/messages.po32
-rw-r--r--source/fi/editeng/messages.po32
-rw-r--r--source/fi/extensions/messages.po32
-rw-r--r--source/fi/filter/messages.po30
-rw-r--r--source/fi/forms/messages.po32
-rw-r--r--source/fi/formula/messages.po32
-rw-r--r--source/fi/fpicker/messages.po32
-rw-r--r--source/fi/framework/messages.po154
-rw-r--r--source/fi/helpcontent2/source/text/sbasic/python.po14
-rw-r--r--source/fi/helpcontent2/source/text/sbasic/shared.po6
-rw-r--r--source/fi/helpcontent2/source/text/sbasic/shared/03.po3703
-rw-r--r--source/fi/helpcontent2/source/text/scalc/00.po6
-rw-r--r--source/fi/helpcontent2/source/text/scalc/01.po55
-rw-r--r--source/fi/helpcontent2/source/text/sdatabase.po465
-rw-r--r--source/fi/helpcontent2/source/text/shared/00.po186
-rw-r--r--source/fi/helpcontent2/source/text/shared/01.po224
-rw-r--r--source/fi/helpcontent2/source/text/shared/02.po102
-rw-r--r--source/fi/helpcontent2/source/text/shared/04.po6
-rw-r--r--source/fi/helpcontent2/source/text/shared/explorer/database.po602
-rw-r--r--source/fi/helpcontent2/source/text/shared/guide.po80
-rw-r--r--source/fi/helpcontent2/source/text/shared/optionen.po36
-rw-r--r--source/fi/helpcontent2/source/text/simpress.po474
-rw-r--r--source/fi/helpcontent2/source/text/simpress/00.po6
-rw-r--r--source/fi/helpcontent2/source/text/simpress/01.po32
-rw-r--r--source/fi/helpcontent2/source/text/simpress/guide.po42
-rw-r--r--source/fi/helpcontent2/source/text/smath/01.po48
-rw-r--r--source/fi/helpcontent2/source/text/swriter.po64
-rw-r--r--source/fi/helpcontent2/source/text/swriter/00.po32
-rw-r--r--source/fi/helpcontent2/source/text/swriter/01.po216
-rw-r--r--source/fi/helpcontent2/source/text/swriter/02.po321
-rw-r--r--source/fi/helpcontent2/source/text/swriter/04.po20
-rw-r--r--source/fi/helpcontent2/source/text/swriter/guide.po388
-rw-r--r--source/fi/officecfg/registry/data/org/openoffice/Office.po6
-rw-r--r--source/fi/officecfg/registry/data/org/openoffice/Office/UI.po136
-rw-r--r--source/fi/oox/messages.po36
-rw-r--r--source/fi/reportdesign/messages.po32
-rw-r--r--source/fi/sc/messages.po157
-rw-r--r--source/fi/scaddins/messages.po30
-rw-r--r--source/fi/sccomp/messages.po36
-rw-r--r--source/fi/sd/messages.po814
-rw-r--r--source/fi/sfx2/messages.po484
-rw-r--r--source/fi/shell/messages.po32
-rw-r--r--source/fi/starmath/messages.po766
-rw-r--r--source/fi/svl/messages.po32
-rw-r--r--source/fi/svtools/messages.po28
-rw-r--r--source/fi/svx/messages.po3513
-rw-r--r--source/fi/sw/messages.po2857
-rw-r--r--source/fi/uui/messages.po266
-rw-r--r--source/fi/vcl/messages.po206
-rw-r--r--source/fi/wizards/messages.po32
-rw-r--r--source/fi/writerperfect/messages.po48
-rw-r--r--source/fi/xmlsecurity/messages.po34
-rw-r--r--source/fr/cui/messages.po629
-rw-r--r--source/fr/dbaccess/messages.po6
-rw-r--r--source/fr/framework/messages.po122
-rw-r--r--source/fr/helpcontent2/source/text/sbasic/python.po26
-rw-r--r--source/fr/helpcontent2/source/text/sbasic/shared.po8
-rw-r--r--source/fr/helpcontent2/source/text/sbasic/shared/03.po3711
-rw-r--r--source/fr/helpcontent2/source/text/scalc.po10
-rw-r--r--source/fr/helpcontent2/source/text/scalc/00.po20
-rw-r--r--source/fr/helpcontent2/source/text/scalc/01.po85
-rw-r--r--source/fr/helpcontent2/source/text/scalc/guide.po56
-rw-r--r--source/fr/helpcontent2/source/text/sdatabase.po467
-rw-r--r--source/fr/helpcontent2/source/text/sdraw/guide.po6
-rw-r--r--source/fr/helpcontent2/source/text/shared/00.po264
-rw-r--r--source/fr/helpcontent2/source/text/shared/01.po244
-rw-r--r--source/fr/helpcontent2/source/text/shared/02.po126
-rw-r--r--source/fr/helpcontent2/source/text/shared/04.po22
-rw-r--r--source/fr/helpcontent2/source/text/shared/explorer/database.po604
-rw-r--r--source/fr/helpcontent2/source/text/shared/guide.po84
-rw-r--r--source/fr/helpcontent2/source/text/shared/optionen.po38
-rw-r--r--source/fr/helpcontent2/source/text/simpress.po488
-rw-r--r--source/fr/helpcontent2/source/text/simpress/00.po14
-rw-r--r--source/fr/helpcontent2/source/text/simpress/01.po46
-rw-r--r--source/fr/helpcontent2/source/text/simpress/guide.po54
-rw-r--r--source/fr/helpcontent2/source/text/smath/01.po72
-rw-r--r--source/fr/helpcontent2/source/text/swriter.po82
-rw-r--r--source/fr/helpcontent2/source/text/swriter/00.po54
-rw-r--r--source/fr/helpcontent2/source/text/swriter/01.po244
-rw-r--r--source/fr/helpcontent2/source/text/swriter/02.po337
-rw-r--r--source/fr/helpcontent2/source/text/swriter/04.po26
-rw-r--r--source/fr/helpcontent2/source/text/swriter/guide.po416
-rw-r--r--source/fr/officecfg/registry/data/org/openoffice/Office/UI.po130
-rw-r--r--source/fr/sc/messages.po86
-rw-r--r--source/fr/sd/messages.po774
-rw-r--r--source/fr/sfx2/messages.po448
-rw-r--r--source/fr/starmath/messages.po738
-rw-r--r--source/fr/svx/messages.po3487
-rw-r--r--source/fr/sw/messages.po2827
-rw-r--r--source/fr/uui/messages.po236
-rw-r--r--source/fr/vcl/messages.po176
-rw-r--r--source/fr/writerperfect/messages.po18
-rw-r--r--source/fur/cui/messages.po619
-rw-r--r--source/fur/dbaccess/messages.po6
-rw-r--r--source/fur/framework/messages.po122
-rw-r--r--source/fur/officecfg/registry/data/org/openoffice/Office/UI.po120
-rw-r--r--source/fur/sc/messages.po86
-rw-r--r--source/fur/sd/messages.po772
-rw-r--r--source/fur/sfx2/messages.po444
-rw-r--r--source/fur/starmath/messages.po738
-rw-r--r--source/fur/svx/messages.po3471
-rw-r--r--source/fur/sw/messages.po2811
-rw-r--r--source/fur/uui/messages.po236
-rw-r--r--source/fur/vcl/messages.po176
-rw-r--r--source/fur/writerperfect/messages.po18
-rw-r--r--source/fy/chart2/messages.po40
-rw-r--r--source/fy/cui/messages.po669
-rw-r--r--source/fy/dbaccess/messages.po6
-rw-r--r--source/fy/framework/messages.po126
-rw-r--r--source/fy/officecfg/registry/data/org/openoffice/Office/UI.po200
-rw-r--r--source/fy/sc/messages.po200
-rw-r--r--source/fy/sd/messages.po774
-rw-r--r--source/fy/sfx2/messages.po448
-rw-r--r--source/fy/starmath/messages.po742
-rw-r--r--source/fy/svtools/messages.po8
-rw-r--r--source/fy/svx/messages.po3481
-rw-r--r--source/fy/sw/messages.po3053
-rw-r--r--source/fy/uui/messages.po238
-rw-r--r--source/fy/vcl/messages.po180
-rw-r--r--source/fy/writerperfect/messages.po20
-rw-r--r--source/ga/accessibility/messages.po36
-rw-r--r--source/ga/avmedia/messages.po32
-rw-r--r--source/ga/basctl/messages.po32
-rw-r--r--source/ga/basic/messages.po36
-rw-r--r--source/ga/chart2/messages.po46
-rw-r--r--source/ga/connectivity/messages.po32
-rw-r--r--source/ga/cui/messages.po641
-rw-r--r--source/ga/dbaccess/messages.po40
-rw-r--r--source/ga/desktop/messages.po32
-rw-r--r--source/ga/dictionaries/da_DK.po16
-rw-r--r--source/ga/editeng/messages.po32
-rw-r--r--source/ga/extensions/messages.po32
-rw-r--r--source/ga/filter/messages.po32
-rw-r--r--source/ga/forms/messages.po36
-rw-r--r--source/ga/formula/messages.po32
-rw-r--r--source/ga/fpicker/messages.po32
-rw-r--r--source/ga/framework/messages.po152
-rw-r--r--source/ga/officecfg/registry/data/org/openoffice/Office/UI.po130
-rw-r--r--source/ga/oox/messages.po36
-rw-r--r--source/ga/reportdesign/messages.po36
-rw-r--r--source/ga/sc/messages.po120
-rw-r--r--source/ga/scaddins/messages.po36
-rw-r--r--source/ga/sccomp/messages.po36
-rw-r--r--source/ga/sd/messages.po808
-rw-r--r--source/ga/sfx2/messages.po482
-rw-r--r--source/ga/shell/messages.po36
-rw-r--r--source/ga/starmath/messages.po772
-rw-r--r--source/ga/svl/messages.po36
-rw-r--r--source/ga/svtools/messages.po36
-rw-r--r--source/ga/svx/messages.po3513
-rw-r--r--source/ga/sw/messages.po2851
-rw-r--r--source/ga/uui/messages.po270
-rw-r--r--source/ga/vcl/messages.po210
-rw-r--r--source/ga/wizards/messages.po36
-rw-r--r--source/ga/writerperfect/messages.po50
-rw-r--r--source/ga/xmlsecurity/messages.po38
-rw-r--r--source/gd/cui/messages.po611
-rw-r--r--source/gd/dbaccess/messages.po6
-rw-r--r--source/gd/framework/messages.po122
-rw-r--r--source/gd/officecfg/registry/data/org/openoffice/Office/UI.po130
-rw-r--r--source/gd/sc/messages.po86
-rw-r--r--source/gd/sd/messages.po774
-rw-r--r--source/gd/sfx2/messages.po448
-rw-r--r--source/gd/starmath/messages.po738
-rw-r--r--source/gd/svx/messages.po3481
-rw-r--r--source/gd/sw/messages.po2817
-rw-r--r--source/gd/uui/messages.po236
-rw-r--r--source/gd/vcl/messages.po176
-rw-r--r--source/gd/writerperfect/messages.po18
-rw-r--r--source/gl/chart2/messages.po39
-rw-r--r--source/gl/cui/messages.po661
-rw-r--r--source/gl/dbaccess/messages.po6
-rw-r--r--source/gl/framework/messages.po126
-rw-r--r--source/gl/helpcontent2/source/text/sbasic/python.po14
-rw-r--r--source/gl/helpcontent2/source/text/sbasic/shared.po6
-rw-r--r--source/gl/helpcontent2/source/text/sbasic/shared/03.po3715
-rw-r--r--source/gl/helpcontent2/source/text/scalc/00.po10
-rw-r--r--source/gl/helpcontent2/source/text/scalc/01.po85
-rw-r--r--source/gl/helpcontent2/source/text/scalc/05.po80
-rw-r--r--source/gl/helpcontent2/source/text/scalc/guide.po28
-rw-r--r--source/gl/helpcontent2/source/text/sdatabase.po465
-rw-r--r--source/gl/helpcontent2/source/text/sdraw/01.po10
-rw-r--r--source/gl/helpcontent2/source/text/shared/00.po190
-rw-r--r--source/gl/helpcontent2/source/text/shared/01.po354
-rw-r--r--source/gl/helpcontent2/source/text/shared/02.po102
-rw-r--r--source/gl/helpcontent2/source/text/shared/04.po6
-rw-r--r--source/gl/helpcontent2/source/text/shared/explorer/database.po602
-rw-r--r--source/gl/helpcontent2/source/text/shared/guide.po86
-rw-r--r--source/gl/helpcontent2/source/text/shared/optionen.po34
-rw-r--r--source/gl/helpcontent2/source/text/simpress.po484
-rw-r--r--source/gl/helpcontent2/source/text/simpress/00.po10
-rw-r--r--source/gl/helpcontent2/source/text/simpress/01.po38
-rw-r--r--source/gl/helpcontent2/source/text/simpress/guide.po42
-rw-r--r--source/gl/helpcontent2/source/text/smath/01.po62
-rw-r--r--source/gl/helpcontent2/source/text/swriter.po76
-rw-r--r--source/gl/helpcontent2/source/text/swriter/00.po32
-rw-r--r--source/gl/helpcontent2/source/text/swriter/01.po234
-rw-r--r--source/gl/helpcontent2/source/text/swriter/02.po321
-rw-r--r--source/gl/helpcontent2/source/text/swriter/04.po22
-rw-r--r--source/gl/helpcontent2/source/text/swriter/guide.po404
-rw-r--r--source/gl/officecfg/registry/data/org/openoffice/Office/UI.po196
-rw-r--r--source/gl/reportdesign/messages.po6
-rw-r--r--source/gl/sc/messages.po98
-rw-r--r--source/gl/sd/messages.po792
-rw-r--r--source/gl/sfx2/messages.po492
-rw-r--r--source/gl/starmath/messages.po746
-rw-r--r--source/gl/svtools/messages.po8
-rw-r--r--source/gl/svx/messages.po3489
-rw-r--r--source/gl/sw/messages.po2907
-rw-r--r--source/gl/uui/messages.po236
-rw-r--r--source/gl/vcl/messages.po180
-rw-r--r--source/gl/writerperfect/messages.po20
-rw-r--r--source/gu/cui/messages.po613
-rw-r--r--source/gu/dbaccess/messages.po6
-rw-r--r--source/gu/framework/messages.po122
-rw-r--r--source/gu/helpcontent2/source/text/sbasic/python.po14
-rw-r--r--source/gu/helpcontent2/source/text/sbasic/shared.po6
-rw-r--r--source/gu/helpcontent2/source/text/sbasic/shared/03.po3703
-rw-r--r--source/gu/helpcontent2/source/text/scalc/00.po6
-rw-r--r--source/gu/helpcontent2/source/text/scalc/01.po67
-rw-r--r--source/gu/helpcontent2/source/text/sdatabase.po465
-rw-r--r--source/gu/helpcontent2/source/text/shared/00.po184
-rw-r--r--source/gu/helpcontent2/source/text/shared/01.po218
-rw-r--r--source/gu/helpcontent2/source/text/shared/02.po102
-rw-r--r--source/gu/helpcontent2/source/text/shared/04.po6
-rw-r--r--source/gu/helpcontent2/source/text/shared/explorer/database.po602
-rw-r--r--source/gu/helpcontent2/source/text/shared/guide.po80
-rw-r--r--source/gu/helpcontent2/source/text/shared/optionen.po34
-rw-r--r--source/gu/helpcontent2/source/text/simpress.po464
-rw-r--r--source/gu/helpcontent2/source/text/simpress/00.po6
-rw-r--r--source/gu/helpcontent2/source/text/simpress/01.po28
-rw-r--r--source/gu/helpcontent2/source/text/simpress/guide.po40
-rw-r--r--source/gu/helpcontent2/source/text/smath/01.po46
-rw-r--r--source/gu/helpcontent2/source/text/swriter.po64
-rw-r--r--source/gu/helpcontent2/source/text/swriter/00.po32
-rw-r--r--source/gu/helpcontent2/source/text/swriter/01.po214
-rw-r--r--source/gu/helpcontent2/source/text/swriter/02.po321
-rw-r--r--source/gu/helpcontent2/source/text/swriter/04.po20
-rw-r--r--source/gu/helpcontent2/source/text/swriter/guide.po358
-rw-r--r--source/gu/officecfg/registry/data/org/openoffice/Office/UI.po128
-rw-r--r--source/gu/sc/messages.po86
-rw-r--r--source/gu/sd/messages.po775
-rw-r--r--source/gu/sfx2/messages.po446
-rw-r--r--source/gu/starmath/messages.po738
-rw-r--r--source/gu/svx/messages.po3499
-rw-r--r--source/gu/sw/messages.po2827
-rw-r--r--source/gu/uui/messages.po236
-rw-r--r--source/gu/vcl/messages.po176
-rw-r--r--source/gu/writerperfect/messages.po18
-rw-r--r--source/gug/cui/messages.po611
-rw-r--r--source/gug/dbaccess/messages.po6
-rw-r--r--source/gug/framework/messages.po122
-rw-r--r--source/gug/helpcontent2/source/auxiliary.po8
-rw-r--r--source/gug/helpcontent2/source/text/sbasic/python.po40
-rw-r--r--source/gug/helpcontent2/source/text/sbasic/shared.po30
-rw-r--r--source/gug/helpcontent2/source/text/sbasic/shared/03.po4051
-rw-r--r--source/gug/helpcontent2/source/text/scalc/00.po14
-rw-r--r--source/gug/helpcontent2/source/text/scalc/01.po89
-rw-r--r--source/gug/helpcontent2/source/text/scalc/05.po8
-rw-r--r--source/gug/helpcontent2/source/text/scalc/guide.po12
-rw-r--r--source/gug/helpcontent2/source/text/schart/01.po8
-rw-r--r--source/gug/helpcontent2/source/text/sdatabase.po513
-rw-r--r--source/gug/helpcontent2/source/text/sdraw.po18
-rw-r--r--source/gug/helpcontent2/source/text/sdraw/00.po8
-rw-r--r--source/gug/helpcontent2/source/text/shared/00.po280
-rw-r--r--source/gug/helpcontent2/source/text/shared/01.po344
-rw-r--r--source/gug/helpcontent2/source/text/shared/02.po122
-rw-r--r--source/gug/helpcontent2/source/text/shared/04.po18
-rw-r--r--source/gug/helpcontent2/source/text/shared/05.po6
-rw-r--r--source/gug/helpcontent2/source/text/shared/explorer/database.po608
-rw-r--r--source/gug/helpcontent2/source/text/shared/guide.po130
-rw-r--r--source/gug/helpcontent2/source/text/shared/optionen.po74
-rw-r--r--source/gug/helpcontent2/source/text/simpress.po490
-rw-r--r--source/gug/helpcontent2/source/text/simpress/00.po18
-rw-r--r--source/gug/helpcontent2/source/text/simpress/01.po54
-rw-r--r--source/gug/helpcontent2/source/text/simpress/guide.po46
-rw-r--r--source/gug/helpcontent2/source/text/smath/01.po78
-rw-r--r--source/gug/helpcontent2/source/text/swriter.po66
-rw-r--r--source/gug/helpcontent2/source/text/swriter/00.po48
-rw-r--r--source/gug/helpcontent2/source/text/swriter/01.po296
-rw-r--r--source/gug/helpcontent2/source/text/swriter/02.po335
-rw-r--r--source/gug/helpcontent2/source/text/swriter/04.po22
-rw-r--r--source/gug/helpcontent2/source/text/swriter/guide.po442
-rw-r--r--source/gug/helpcontent2/source/text/swriter/librelogo.po8
-rw-r--r--source/gug/officecfg/registry/data/org/openoffice/Office/UI.po128
-rw-r--r--source/gug/sc/messages.po86
-rw-r--r--source/gug/sd/messages.po774
-rw-r--r--source/gug/sfx2/messages.po446
-rw-r--r--source/gug/starmath/messages.po738
-rw-r--r--source/gug/svx/messages.po3504
-rw-r--r--source/gug/sw/messages.po2817
-rw-r--r--source/gug/uui/messages.po236
-rw-r--r--source/gug/vcl/messages.po176
-rw-r--r--source/gug/writerperfect/messages.po18
-rw-r--r--source/he/basctl/messages.po11
-rw-r--r--source/he/chart2/messages.po47
-rw-r--r--source/he/cui/messages.po631
-rw-r--r--source/he/dbaccess/messages.po6
-rw-r--r--source/he/dictionaries/da_DK.po14
-rw-r--r--source/he/extensions/messages.po9
-rw-r--r--source/he/extras/source/autocorr/emoji.po159
-rw-r--r--source/he/filter/messages.po10
-rw-r--r--source/he/filter/source/config/fragments/filters.po14
-rw-r--r--source/he/fpicker/messages.po10
-rw-r--r--source/he/framework/messages.po124
-rw-r--r--source/he/helpcontent2/source/text/sbasic/python.po14
-rw-r--r--source/he/helpcontent2/source/text/sbasic/shared.po6
-rw-r--r--source/he/helpcontent2/source/text/sbasic/shared/03.po3703
-rw-r--r--source/he/helpcontent2/source/text/scalc/00.po6
-rw-r--r--source/he/helpcontent2/source/text/scalc/01.po63
-rw-r--r--source/he/helpcontent2/source/text/sdatabase.po465
-rw-r--r--source/he/helpcontent2/source/text/shared/00.po182
-rw-r--r--source/he/helpcontent2/source/text/shared/01.po210
-rw-r--r--source/he/helpcontent2/source/text/shared/02.po96
-rw-r--r--source/he/helpcontent2/source/text/shared/04.po6
-rw-r--r--source/he/helpcontent2/source/text/shared/explorer/database.po600
-rw-r--r--source/he/helpcontent2/source/text/shared/guide.po70
-rw-r--r--source/he/helpcontent2/source/text/shared/optionen.po32
-rw-r--r--source/he/helpcontent2/source/text/simpress.po464
-rw-r--r--source/he/helpcontent2/source/text/simpress/00.po6
-rw-r--r--source/he/helpcontent2/source/text/simpress/01.po30
-rw-r--r--source/he/helpcontent2/source/text/simpress/guide.po40
-rw-r--r--source/he/helpcontent2/source/text/smath/01.po42
-rw-r--r--source/he/helpcontent2/source/text/swriter.po64
-rw-r--r--source/he/helpcontent2/source/text/swriter/00.po32
-rw-r--r--source/he/helpcontent2/source/text/swriter/01.po200
-rw-r--r--source/he/helpcontent2/source/text/swriter/02.po311
-rw-r--r--source/he/helpcontent2/source/text/swriter/04.po20
-rw-r--r--source/he/helpcontent2/source/text/swriter/guide.po366
-rw-r--r--source/he/officecfg/registry/data/org/openoffice/Office.po22
-rw-r--r--source/he/officecfg/registry/data/org/openoffice/Office/UI.po134
-rw-r--r--source/he/sc/messages.po335
-rw-r--r--source/he/scp2/source/extensions.po30
-rw-r--r--source/he/sd/messages.po779
-rw-r--r--source/he/sfx2/messages.po465
-rw-r--r--source/he/starmath/messages.po738
-rw-r--r--source/he/svtools/messages.po20
-rw-r--r--source/he/svx/messages.po3516
-rw-r--r--source/he/sw/messages.po3269
-rw-r--r--source/he/swext/mediawiki/help.po19
-rw-r--r--source/he/uui/messages.po238
-rw-r--r--source/he/vcl/messages.po210
-rw-r--r--source/he/writerperfect/messages.po20
-rw-r--r--source/hi/cui/messages.po611
-rw-r--r--source/hi/dbaccess/messages.po6
-rw-r--r--source/hi/framework/messages.po122
-rw-r--r--source/hi/helpcontent2/source/text/sbasic/python.po14
-rw-r--r--source/hi/helpcontent2/source/text/sbasic/shared.po6
-rw-r--r--source/hi/helpcontent2/source/text/sbasic/shared/03.po3703
-rw-r--r--source/hi/helpcontent2/source/text/scalc/00.po6
-rw-r--r--source/hi/helpcontent2/source/text/scalc/01.po55
-rw-r--r--source/hi/helpcontent2/source/text/sdatabase.po465
-rw-r--r--source/hi/helpcontent2/source/text/shared/00.po182
-rw-r--r--source/hi/helpcontent2/source/text/shared/01.po198
-rw-r--r--source/hi/helpcontent2/source/text/shared/02.po96
-rw-r--r--source/hi/helpcontent2/source/text/shared/04.po6
-rw-r--r--source/hi/helpcontent2/source/text/shared/explorer/database.po600
-rw-r--r--source/hi/helpcontent2/source/text/shared/guide.po66
-rw-r--r--source/hi/helpcontent2/source/text/shared/optionen.po32
-rw-r--r--source/hi/helpcontent2/source/text/simpress.po464
-rw-r--r--source/hi/helpcontent2/source/text/simpress/00.po6
-rw-r--r--source/hi/helpcontent2/source/text/simpress/01.po26
-rw-r--r--source/hi/helpcontent2/source/text/simpress/guide.po38
-rw-r--r--source/hi/helpcontent2/source/text/smath/01.po42
-rw-r--r--source/hi/helpcontent2/source/text/swriter.po56
-rw-r--r--source/hi/helpcontent2/source/text/swriter/00.po32
-rw-r--r--source/hi/helpcontent2/source/text/swriter/01.po200
-rw-r--r--source/hi/helpcontent2/source/text/swriter/02.po311
-rw-r--r--source/hi/helpcontent2/source/text/swriter/04.po20
-rw-r--r--source/hi/helpcontent2/source/text/swriter/guide.po330
-rw-r--r--source/hi/officecfg/registry/data/org/openoffice/Office/UI.po124
-rw-r--r--source/hi/sc/messages.po86
-rw-r--r--source/hi/sd/messages.po772
-rw-r--r--source/hi/sfx2/messages.po446
-rw-r--r--source/hi/starmath/messages.po738
-rw-r--r--source/hi/svx/messages.po3499
-rw-r--r--source/hi/sw/messages.po2819
-rw-r--r--source/hi/uui/messages.po236
-rw-r--r--source/hi/vcl/messages.po176
-rw-r--r--source/hi/writerperfect/messages.po18
-rw-r--r--source/hr/cui/messages.po611
-rw-r--r--source/hr/dbaccess/messages.po6
-rw-r--r--source/hr/framework/messages.po122
-rw-r--r--source/hr/helpcontent2/source/text/sbasic/python.po14
-rw-r--r--source/hr/helpcontent2/source/text/sbasic/shared.po6
-rw-r--r--source/hr/helpcontent2/source/text/sbasic/shared/03.po3703
-rw-r--r--source/hr/helpcontent2/source/text/scalc/00.po6
-rw-r--r--source/hr/helpcontent2/source/text/scalc/01.po55
-rw-r--r--source/hr/helpcontent2/source/text/sdatabase.po465
-rw-r--r--source/hr/helpcontent2/source/text/shared/00.po182
-rw-r--r--source/hr/helpcontent2/source/text/shared/01.po196
-rw-r--r--source/hr/helpcontent2/source/text/shared/02.po96
-rw-r--r--source/hr/helpcontent2/source/text/shared/04.po6
-rw-r--r--source/hr/helpcontent2/source/text/shared/explorer/database.po600
-rw-r--r--source/hr/helpcontent2/source/text/shared/guide.po66
-rw-r--r--source/hr/helpcontent2/source/text/shared/optionen.po32
-rw-r--r--source/hr/helpcontent2/source/text/simpress.po464
-rw-r--r--source/hr/helpcontent2/source/text/simpress/00.po6
-rw-r--r--source/hr/helpcontent2/source/text/simpress/01.po30
-rw-r--r--source/hr/helpcontent2/source/text/simpress/guide.po38
-rw-r--r--source/hr/helpcontent2/source/text/smath/01.po42
-rw-r--r--source/hr/helpcontent2/source/text/swriter.po64
-rw-r--r--source/hr/helpcontent2/source/text/swriter/00.po32
-rw-r--r--source/hr/helpcontent2/source/text/swriter/01.po200
-rw-r--r--source/hr/helpcontent2/source/text/swriter/02.po311
-rw-r--r--source/hr/helpcontent2/source/text/swriter/04.po14
-rw-r--r--source/hr/helpcontent2/source/text/swriter/guide.po326
-rw-r--r--source/hr/officecfg/registry/data/org/openoffice/Office/UI.po130
-rw-r--r--source/hr/sc/messages.po86
-rw-r--r--source/hr/sd/messages.po774
-rw-r--r--source/hr/sfx2/messages.po448
-rw-r--r--source/hr/starmath/messages.po738
-rw-r--r--source/hr/svx/messages.po3481
-rw-r--r--source/hr/sw/messages.po2817
-rw-r--r--source/hr/uui/messages.po236
-rw-r--r--source/hr/vcl/messages.po176
-rw-r--r--source/hr/writerperfect/messages.po18
-rw-r--r--source/hsb/chart2/messages.po40
-rw-r--r--source/hsb/cui/messages.po615
-rw-r--r--source/hsb/dbaccess/messages.po6
-rw-r--r--source/hsb/framework/messages.po126
-rw-r--r--source/hsb/officecfg/registry/data/org/openoffice/Office/UI.po170
-rw-r--r--source/hsb/sc/messages.po96
-rw-r--r--source/hsb/sd/messages.po788
-rw-r--r--source/hsb/sfx2/messages.po478
-rw-r--r--source/hsb/starmath/messages.po740
-rw-r--r--source/hsb/svx/messages.po3485
-rw-r--r--source/hsb/sw/messages.po2863
-rw-r--r--source/hsb/uui/messages.po238
-rw-r--r--source/hsb/vcl/messages.po178
-rw-r--r--source/hsb/writerperfect/messages.po20
-rw-r--r--source/hu/accessibility/messages.po36
-rw-r--r--source/hu/avmedia/messages.po32
-rw-r--r--source/hu/basctl/messages.po68
-rw-r--r--source/hu/basic/messages.po36
-rw-r--r--source/hu/chart2/messages.po76
-rw-r--r--source/hu/connectivity/messages.po32
-rw-r--r--source/hu/cui/messages.po1531
-rw-r--r--source/hu/dbaccess/messages.po94
-rw-r--r--source/hu/desktop/messages.po54
-rw-r--r--source/hu/dictionaries/da_DK.po16
-rw-r--r--source/hu/dictionaries/es.po12
-rw-r--r--source/hu/dictionaries/ko_KR.po12
-rw-r--r--source/hu/dictionaries/sq_AL.po12
-rw-r--r--source/hu/editeng/messages.po32
-rw-r--r--source/hu/extensions/messages.po51
-rw-r--r--source/hu/filter/messages.po212
-rw-r--r--source/hu/forms/messages.po36
-rw-r--r--source/hu/formula/messages.po58
-rw-r--r--source/hu/fpicker/messages.po32
-rw-r--r--source/hu/framework/messages.po152
-rw-r--r--source/hu/helpcontent2/source/auxiliary.po60
-rw-r--r--source/hu/helpcontent2/source/text/sbasic/python.po14
-rw-r--r--source/hu/helpcontent2/source/text/sbasic/shared.po6
-rw-r--r--source/hu/helpcontent2/source/text/sbasic/shared/03.po3703
-rw-r--r--source/hu/helpcontent2/source/text/scalc.po38
-rw-r--r--source/hu/helpcontent2/source/text/scalc/00.po6
-rw-r--r--source/hu/helpcontent2/source/text/scalc/01.po69
-rw-r--r--source/hu/helpcontent2/source/text/scalc/02.po22
-rw-r--r--source/hu/helpcontent2/source/text/scalc/06.po15
-rw-r--r--source/hu/helpcontent2/source/text/sdatabase.po465
-rw-r--r--source/hu/helpcontent2/source/text/sdraw.po142
-rw-r--r--source/hu/helpcontent2/source/text/shared.po116
-rw-r--r--source/hu/helpcontent2/source/text/shared/00.po186
-rw-r--r--source/hu/helpcontent2/source/text/shared/01.po226
-rw-r--r--source/hu/helpcontent2/source/text/shared/02.po102
-rw-r--r--source/hu/helpcontent2/source/text/shared/04.po6
-rw-r--r--source/hu/helpcontent2/source/text/shared/explorer/database.po602
-rw-r--r--source/hu/helpcontent2/source/text/shared/guide.po80
-rw-r--r--source/hu/helpcontent2/source/text/shared/optionen.po36
-rw-r--r--source/hu/helpcontent2/source/text/simpress.po536
-rw-r--r--source/hu/helpcontent2/source/text/simpress/00.po6
-rw-r--r--source/hu/helpcontent2/source/text/simpress/01.po32
-rw-r--r--source/hu/helpcontent2/source/text/simpress/guide.po42
-rw-r--r--source/hu/helpcontent2/source/text/smath.po12
-rw-r--r--source/hu/helpcontent2/source/text/smath/01.po60
-rw-r--r--source/hu/helpcontent2/source/text/swriter.po138
-rw-r--r--source/hu/helpcontent2/source/text/swriter/00.po32
-rw-r--r--source/hu/helpcontent2/source/text/swriter/01.po222
-rw-r--r--source/hu/helpcontent2/source/text/swriter/02.po321
-rw-r--r--source/hu/helpcontent2/source/text/swriter/04.po20
-rw-r--r--source/hu/helpcontent2/source/text/swriter/guide.po382
-rw-r--r--source/hu/helpcontent2/source/text/swriter/librelogo.po12
-rw-r--r--source/hu/officecfg/registry/data/org/openoffice/Office.po14
-rw-r--r--source/hu/officecfg/registry/data/org/openoffice/Office/UI.po228
-rw-r--r--source/hu/oox/messages.po32
-rw-r--r--source/hu/readlicense_oo/docs.po16
-rw-r--r--source/hu/reportdesign/messages.po32
-rw-r--r--source/hu/sc/messages.po875
-rw-r--r--source/hu/scaddins/messages.po34
-rw-r--r--source/hu/sccomp/messages.po34
-rw-r--r--source/hu/scp2/source/ooo.po10
-rw-r--r--source/hu/sd/messages.po932
-rw-r--r--source/hu/sfx2/messages.po556
-rw-r--r--source/hu/shell/messages.po36
-rw-r--r--source/hu/starmath/messages.po864
-rw-r--r--source/hu/svl/messages.po32
-rw-r--r--source/hu/svtools/messages.po48
-rw-r--r--source/hu/svx/messages.po4296
-rw-r--r--source/hu/sw/messages.po4367
-rw-r--r--source/hu/uui/messages.po272
-rw-r--r--source/hu/vcl/messages.po236
-rw-r--r--source/hu/wizards/messages.po36
-rw-r--r--source/hu/wizards/source/resources.po12
-rw-r--r--source/hu/writerperfect/messages.po48
-rw-r--r--source/hu/xmlsecurity/messages.po34
-rw-r--r--source/id/cui/messages.po619
-rw-r--r--source/id/dbaccess/messages.po6
-rw-r--r--source/id/framework/messages.po124
-rw-r--r--source/id/helpcontent2/source/text/sbasic/python.po20
-rw-r--r--source/id/helpcontent2/source/text/sbasic/shared.po6
-rw-r--r--source/id/helpcontent2/source/text/sbasic/shared/03.po3703
-rw-r--r--source/id/helpcontent2/source/text/scalc/00.po6
-rw-r--r--source/id/helpcontent2/source/text/scalc/01.po75
-rw-r--r--source/id/helpcontent2/source/text/sdatabase.po465
-rw-r--r--source/id/helpcontent2/source/text/shared/00.po192
-rw-r--r--source/id/helpcontent2/source/text/shared/01.po244
-rw-r--r--source/id/helpcontent2/source/text/shared/02.po102
-rw-r--r--source/id/helpcontent2/source/text/shared/04.po6
-rw-r--r--source/id/helpcontent2/source/text/shared/explorer/database.po605
-rw-r--r--source/id/helpcontent2/source/text/shared/guide.po80
-rw-r--r--source/id/helpcontent2/source/text/shared/optionen.po36
-rw-r--r--source/id/helpcontent2/source/text/simpress.po480
-rw-r--r--source/id/helpcontent2/source/text/simpress/00.po6
-rw-r--r--source/id/helpcontent2/source/text/simpress/01.po32
-rw-r--r--source/id/helpcontent2/source/text/simpress/guide.po42
-rw-r--r--source/id/helpcontent2/source/text/smath/01.po60
-rw-r--r--source/id/helpcontent2/source/text/swriter.po64
-rw-r--r--source/id/helpcontent2/source/text/swriter/00.po32
-rw-r--r--source/id/helpcontent2/source/text/swriter/01.po232
-rw-r--r--source/id/helpcontent2/source/text/swriter/02.po323
-rw-r--r--source/id/helpcontent2/source/text/swriter/04.po22
-rw-r--r--source/id/helpcontent2/source/text/swriter/guide.po392
-rw-r--r--source/id/officecfg/registry/data/org/openoffice/Office/UI.po130
-rw-r--r--source/id/sc/messages.po86
-rw-r--r--source/id/sd/messages.po774
-rw-r--r--source/id/sfx2/messages.po448
-rw-r--r--source/id/starmath/messages.po738
-rw-r--r--source/id/svx/messages.po3481
-rw-r--r--source/id/sw/messages.po2825
-rw-r--r--source/id/uui/messages.po238
-rw-r--r--source/id/vcl/messages.po176
-rw-r--r--source/id/writerperfect/messages.po20
-rw-r--r--source/is/cui/messages.po611
-rw-r--r--source/is/dbaccess/messages.po6
-rw-r--r--source/is/dictionaries/da_DK.po14
-rw-r--r--source/is/dictionaries/ko_KR.po12
-rw-r--r--source/is/framework/messages.po122
-rw-r--r--source/is/helpcontent2/source/text/sbasic/python.po14
-rw-r--r--source/is/helpcontent2/source/text/sbasic/shared.po6
-rw-r--r--source/is/helpcontent2/source/text/sbasic/shared/03.po3703
-rw-r--r--source/is/helpcontent2/source/text/scalc/00.po6
-rw-r--r--source/is/helpcontent2/source/text/scalc/01.po55
-rw-r--r--source/is/helpcontent2/source/text/sdatabase.po465
-rw-r--r--source/is/helpcontent2/source/text/shared/00.po184
-rw-r--r--source/is/helpcontent2/source/text/shared/01.po204
-rw-r--r--source/is/helpcontent2/source/text/shared/02.po102
-rw-r--r--source/is/helpcontent2/source/text/shared/04.po6
-rw-r--r--source/is/helpcontent2/source/text/shared/explorer/database.po600
-rw-r--r--source/is/helpcontent2/source/text/shared/guide.po72
-rw-r--r--source/is/helpcontent2/source/text/shared/optionen.po32
-rw-r--r--source/is/helpcontent2/source/text/simpress.po480
-rw-r--r--source/is/helpcontent2/source/text/simpress/00.po6
-rw-r--r--source/is/helpcontent2/source/text/simpress/01.po30
-rw-r--r--source/is/helpcontent2/source/text/simpress/guide.po36
-rw-r--r--source/is/helpcontent2/source/text/smath/01.po42
-rw-r--r--source/is/helpcontent2/source/text/swriter.po64
-rw-r--r--source/is/helpcontent2/source/text/swriter/00.po32
-rw-r--r--source/is/helpcontent2/source/text/swriter/01.po202
-rw-r--r--source/is/helpcontent2/source/text/swriter/02.po317
-rw-r--r--source/is/helpcontent2/source/text/swriter/04.po20
-rw-r--r--source/is/helpcontent2/source/text/swriter/guide.po324
-rw-r--r--source/is/officecfg/registry/data/org/openoffice/Office/UI.po130
-rw-r--r--source/is/sc/messages.po86
-rw-r--r--source/is/sd/messages.po774
-rw-r--r--source/is/sfx2/messages.po448
-rw-r--r--source/is/starmath/messages.po738
-rw-r--r--source/is/svx/messages.po3481
-rw-r--r--source/is/sw/messages.po2817
-rw-r--r--source/is/uui/messages.po236
-rw-r--r--source/is/vcl/messages.po176
-rw-r--r--source/is/wizards/source/resources.po8
-rw-r--r--source/is/writerperfect/messages.po18
-rw-r--r--source/it/cui/messages.po629
-rw-r--r--source/it/dbaccess/messages.po6
-rw-r--r--source/it/framework/messages.po122
-rw-r--r--source/it/helpcontent2/source/text/sbasic/python.po20
-rw-r--r--source/it/helpcontent2/source/text/sbasic/shared.po8
-rw-r--r--source/it/helpcontent2/source/text/sbasic/shared/03.po3709
-rw-r--r--source/it/helpcontent2/source/text/scalc/00.po6
-rw-r--r--source/it/helpcontent2/source/text/scalc/01.po81
-rw-r--r--source/it/helpcontent2/source/text/sdatabase.po465
-rw-r--r--source/it/helpcontent2/source/text/shared/00.po240
-rw-r--r--source/it/helpcontent2/source/text/shared/01.po244
-rw-r--r--source/it/helpcontent2/source/text/shared/02.po102
-rw-r--r--source/it/helpcontent2/source/text/shared/04.po8
-rw-r--r--source/it/helpcontent2/source/text/shared/explorer/database.po602
-rw-r--r--source/it/helpcontent2/source/text/shared/guide.po84
-rw-r--r--source/it/helpcontent2/source/text/shared/optionen.po38
-rw-r--r--source/it/helpcontent2/source/text/simpress.po480
-rw-r--r--source/it/helpcontent2/source/text/simpress/00.po10
-rw-r--r--source/it/helpcontent2/source/text/simpress/01.po38
-rw-r--r--source/it/helpcontent2/source/text/simpress/guide.po42
-rw-r--r--source/it/helpcontent2/source/text/smath/01.po64
-rw-r--r--source/it/helpcontent2/source/text/swriter.po70
-rw-r--r--source/it/helpcontent2/source/text/swriter/00.po38
-rw-r--r--source/it/helpcontent2/source/text/swriter/01.po244
-rw-r--r--source/it/helpcontent2/source/text/swriter/02.po323
-rw-r--r--source/it/helpcontent2/source/text/swriter/04.po22
-rw-r--r--source/it/helpcontent2/source/text/swriter/guide.po400
-rw-r--r--source/it/officecfg/registry/data/org/openoffice/Office/UI.po130
-rw-r--r--source/it/sc/messages.po86
-rw-r--r--source/it/sd/messages.po774
-rw-r--r--source/it/sfx2/messages.po448
-rw-r--r--source/it/starmath/messages.po738
-rw-r--r--source/it/svx/messages.po3481
-rw-r--r--source/it/sw/messages.po2827
-rw-r--r--source/it/uui/messages.po236
-rw-r--r--source/it/vcl/messages.po176
-rw-r--r--source/it/writerperfect/messages.po18
-rw-r--r--source/ja/cui/messages.po637
-rw-r--r--source/ja/dbaccess/messages.po6
-rw-r--r--source/ja/dictionaries/da_DK.po14
-rw-r--r--source/ja/filter/messages.po154
-rw-r--r--source/ja/framework/messages.po128
-rw-r--r--source/ja/helpcontent2/source/text/sbasic/python.po14
-rw-r--r--source/ja/helpcontent2/source/text/sbasic/shared.po6
-rw-r--r--source/ja/helpcontent2/source/text/sbasic/shared/03.po3703
-rw-r--r--source/ja/helpcontent2/source/text/scalc/00.po6
-rw-r--r--source/ja/helpcontent2/source/text/scalc/01.po69
-rw-r--r--source/ja/helpcontent2/source/text/sdatabase.po465
-rw-r--r--source/ja/helpcontent2/source/text/shared/00.po184
-rw-r--r--source/ja/helpcontent2/source/text/shared/01.po220
-rw-r--r--source/ja/helpcontent2/source/text/shared/02.po102
-rw-r--r--source/ja/helpcontent2/source/text/shared/04.po6
-rw-r--r--source/ja/helpcontent2/source/text/shared/explorer/database.po602
-rw-r--r--source/ja/helpcontent2/source/text/shared/guide.po80
-rw-r--r--source/ja/helpcontent2/source/text/shared/optionen.po34
-rw-r--r--source/ja/helpcontent2/source/text/simpress.po464
-rw-r--r--source/ja/helpcontent2/source/text/simpress/00.po6
-rw-r--r--source/ja/helpcontent2/source/text/simpress/01.po32
-rw-r--r--source/ja/helpcontent2/source/text/simpress/guide.po42
-rw-r--r--source/ja/helpcontent2/source/text/smath/01.po46
-rw-r--r--source/ja/helpcontent2/source/text/swriter.po64
-rw-r--r--source/ja/helpcontent2/source/text/swriter/00.po32
-rw-r--r--source/ja/helpcontent2/source/text/swriter/01.po216
-rw-r--r--source/ja/helpcontent2/source/text/swriter/02.po321
-rw-r--r--source/ja/helpcontent2/source/text/swriter/04.po22
-rw-r--r--source/ja/helpcontent2/source/text/swriter/guide.po376
-rw-r--r--source/ja/officecfg/registry/data/org/openoffice/Office/UI.po132
-rw-r--r--source/ja/sc/messages.po86
-rw-r--r--source/ja/sd/messages.po774
-rw-r--r--source/ja/sfx2/messages.po448
-rw-r--r--source/ja/starmath/messages.po738
-rw-r--r--source/ja/svx/messages.po3520
-rw-r--r--source/ja/sw/messages.po2827
-rw-r--r--source/ja/uui/messages.po236
-rw-r--r--source/ja/vcl/messages.po176
-rw-r--r--source/ja/writerperfect/messages.po20
-rw-r--r--source/jv/cui/messages.po611
-rw-r--r--source/jv/dbaccess/messages.po6
-rw-r--r--source/jv/framework/messages.po122
-rw-r--r--source/jv/officecfg/registry/data/org/openoffice/Office/UI.po120
-rw-r--r--source/jv/sc/messages.po86
-rw-r--r--source/jv/sd/messages.po772
-rw-r--r--source/jv/sfx2/messages.po447
-rw-r--r--source/jv/starmath/messages.po738
-rw-r--r--source/jv/svx/messages.po3471
-rw-r--r--source/jv/sw/messages.po2820
-rw-r--r--source/jv/uui/messages.po236
-rw-r--r--source/jv/vcl/messages.po176
-rw-r--r--source/jv/writerperfect/messages.po18
-rw-r--r--source/ka/cui/messages.po611
-rw-r--r--source/ka/dbaccess/messages.po6
-rw-r--r--source/ka/framework/messages.po122
-rw-r--r--source/ka/helpcontent2/source/text/sbasic/python.po14
-rw-r--r--source/ka/helpcontent2/source/text/sbasic/shared.po6
-rw-r--r--source/ka/helpcontent2/source/text/sbasic/shared/03.po3703
-rw-r--r--source/ka/helpcontent2/source/text/scalc/00.po6
-rw-r--r--source/ka/helpcontent2/source/text/scalc/01.po59
-rw-r--r--source/ka/helpcontent2/source/text/sdatabase.po465
-rw-r--r--source/ka/helpcontent2/source/text/shared/00.po184
-rw-r--r--source/ka/helpcontent2/source/text/shared/01.po200
-rw-r--r--source/ka/helpcontent2/source/text/shared/02.po96
-rw-r--r--source/ka/helpcontent2/source/text/shared/04.po6
-rw-r--r--source/ka/helpcontent2/source/text/shared/explorer/database.po600
-rw-r--r--source/ka/helpcontent2/source/text/shared/guide.po66
-rw-r--r--source/ka/helpcontent2/source/text/shared/optionen.po32
-rw-r--r--source/ka/helpcontent2/source/text/simpress.po464
-rw-r--r--source/ka/helpcontent2/source/text/simpress/00.po6
-rw-r--r--source/ka/helpcontent2/source/text/simpress/01.po26
-rw-r--r--source/ka/helpcontent2/source/text/simpress/guide.po36
-rw-r--r--source/ka/helpcontent2/source/text/smath/01.po46
-rw-r--r--source/ka/helpcontent2/source/text/swriter.po64
-rw-r--r--source/ka/helpcontent2/source/text/swriter/00.po32
-rw-r--r--source/ka/helpcontent2/source/text/swriter/01.po214
-rw-r--r--source/ka/helpcontent2/source/text/swriter/02.po317
-rw-r--r--source/ka/helpcontent2/source/text/swriter/04.po20
-rw-r--r--source/ka/helpcontent2/source/text/swriter/guide.po324
-rw-r--r--source/ka/officecfg/registry/data/org/openoffice/Office/UI.po124
-rw-r--r--source/ka/sc/messages.po86
-rw-r--r--source/ka/sd/messages.po772
-rw-r--r--source/ka/sfx2/messages.po446
-rw-r--r--source/ka/starmath/messages.po738
-rw-r--r--source/ka/svx/messages.po3499
-rw-r--r--source/ka/sw/messages.po2825
-rw-r--r--source/ka/uui/messages.po236
-rw-r--r--source/ka/vcl/messages.po176
-rw-r--r--source/ka/writerperfect/messages.po18
-rw-r--r--source/kab/cui/messages.po611
-rw-r--r--source/kab/dbaccess/messages.po6
-rw-r--r--source/kab/framework/messages.po122
-rw-r--r--source/kab/officecfg/registry/data/org/openoffice/Office/UI.po128
-rw-r--r--source/kab/sc/messages.po86
-rw-r--r--source/kab/sd/messages.po774
-rw-r--r--source/kab/sfx2/messages.po448
-rw-r--r--source/kab/starmath/messages.po738
-rw-r--r--source/kab/svx/messages.po3481
-rw-r--r--source/kab/sw/messages.po2817
-rw-r--r--source/kab/uui/messages.po236
-rw-r--r--source/kab/vcl/messages.po176
-rw-r--r--source/kab/writerperfect/messages.po18
-rw-r--r--source/kk/chart2/messages.po6
-rw-r--r--source/kk/cui/messages.po635
-rw-r--r--source/kk/dbaccess/messages.po6
-rw-r--r--source/kk/dictionaries/es.po5
-rw-r--r--source/kk/filter/messages.po16
-rw-r--r--source/kk/framework/messages.po124
-rw-r--r--source/kk/officecfg/registry/data/org/openoffice/Office/UI.po140
-rw-r--r--source/kk/sc/messages.po92
-rw-r--r--source/kk/sd/messages.po774
-rw-r--r--source/kk/sfx2/messages.po468
-rw-r--r--source/kk/starmath/messages.po738
-rw-r--r--source/kk/svtools/messages.po6
-rw-r--r--source/kk/svx/messages.po3485
-rw-r--r--source/kk/sw/messages.po2821
-rw-r--r--source/kk/uui/messages.po238
-rw-r--r--source/kk/vcl/messages.po176
-rw-r--r--source/kk/writerperfect/messages.po20
-rw-r--r--source/kl/cui/messages.po611
-rw-r--r--source/kl/dbaccess/messages.po6
-rw-r--r--source/kl/framework/messages.po122
-rw-r--r--source/kl/officecfg/registry/data/org/openoffice/Office/UI.po126
-rw-r--r--source/kl/sc/messages.po86
-rw-r--r--source/kl/sd/messages.po772
-rw-r--r--source/kl/sfx2/messages.po447
-rw-r--r--source/kl/starmath/messages.po738
-rw-r--r--source/kl/svx/messages.po3471
-rw-r--r--source/kl/sw/messages.po2811
-rw-r--r--source/kl/uui/messages.po236
-rw-r--r--source/kl/vcl/messages.po176
-rw-r--r--source/kl/writerperfect/messages.po18
-rw-r--r--source/km/cui/messages.po613
-rw-r--r--source/km/dbaccess/messages.po6
-rw-r--r--source/km/framework/messages.po122
-rw-r--r--source/km/helpcontent2/source/text/sbasic/python.po14
-rw-r--r--source/km/helpcontent2/source/text/sbasic/shared.po6
-rw-r--r--source/km/helpcontent2/source/text/sbasic/shared/03.po3703
-rw-r--r--source/km/helpcontent2/source/text/scalc/00.po6
-rw-r--r--source/km/helpcontent2/source/text/scalc/01.po69
-rw-r--r--source/km/helpcontent2/source/text/sdatabase.po465
-rw-r--r--source/km/helpcontent2/source/text/shared/00.po186
-rw-r--r--source/km/helpcontent2/source/text/shared/01.po224
-rw-r--r--source/km/helpcontent2/source/text/shared/02.po102
-rw-r--r--source/km/helpcontent2/source/text/shared/04.po6
-rw-r--r--source/km/helpcontent2/source/text/shared/explorer/database.po602
-rw-r--r--source/km/helpcontent2/source/text/shared/guide.po80
-rw-r--r--source/km/helpcontent2/source/text/shared/optionen.po36
-rw-r--r--source/km/helpcontent2/source/text/simpress.po464
-rw-r--r--source/km/helpcontent2/source/text/simpress/00.po6
-rw-r--r--source/km/helpcontent2/source/text/simpress/01.po32
-rw-r--r--source/km/helpcontent2/source/text/simpress/guide.po42
-rw-r--r--source/km/helpcontent2/source/text/smath/01.po46
-rw-r--r--source/km/helpcontent2/source/text/swriter.po64
-rw-r--r--source/km/helpcontent2/source/text/swriter/00.po32
-rw-r--r--source/km/helpcontent2/source/text/swriter/01.po216
-rw-r--r--source/km/helpcontent2/source/text/swriter/02.po321
-rw-r--r--source/km/helpcontent2/source/text/swriter/04.po20
-rw-r--r--source/km/helpcontent2/source/text/swriter/guide.po378
-rw-r--r--source/km/officecfg/registry/data/org/openoffice/Office/UI.po128
-rw-r--r--source/km/sc/messages.po86
-rw-r--r--source/km/sd/messages.po775
-rw-r--r--source/km/sfx2/messages.po446
-rw-r--r--source/km/starmath/messages.po738
-rw-r--r--source/km/svx/messages.po3499
-rw-r--r--source/km/sw/messages.po2827
-rw-r--r--source/km/uui/messages.po236
-rw-r--r--source/km/vcl/messages.po176
-rw-r--r--source/km/writerperfect/messages.po18
-rw-r--r--source/kmr-Latn/cui/messages.po611
-rw-r--r--source/kmr-Latn/dbaccess/messages.po6
-rw-r--r--source/kmr-Latn/framework/messages.po122
-rw-r--r--source/kmr-Latn/officecfg/registry/data/org/openoffice/Office/UI.po124
-rw-r--r--source/kmr-Latn/sc/messages.po86
-rw-r--r--source/kmr-Latn/sd/messages.po772
-rw-r--r--source/kmr-Latn/sfx2/messages.po446
-rw-r--r--source/kmr-Latn/starmath/messages.po738
-rw-r--r--source/kmr-Latn/svx/messages.po3499
-rw-r--r--source/kmr-Latn/sw/messages.po2818
-rw-r--r--source/kmr-Latn/uui/messages.po236
-rw-r--r--source/kmr-Latn/vcl/messages.po176
-rw-r--r--source/kmr-Latn/writerperfect/messages.po18
-rw-r--r--source/kn/cui/messages.po611
-rw-r--r--source/kn/dbaccess/messages.po6
-rw-r--r--source/kn/framework/messages.po122
-rw-r--r--source/kn/officecfg/registry/data/org/openoffice/Office/UI.po128
-rw-r--r--source/kn/sc/messages.po86
-rw-r--r--source/kn/sd/messages.po775
-rw-r--r--source/kn/sfx2/messages.po446
-rw-r--r--source/kn/starmath/messages.po738
-rw-r--r--source/kn/svx/messages.po3499
-rw-r--r--source/kn/sw/messages.po2819
-rw-r--r--source/kn/uui/messages.po236
-rw-r--r--source/kn/vcl/messages.po176
-rw-r--r--source/kn/writerperfect/messages.po18
-rw-r--r--source/ko/cui/messages.po615
-rw-r--r--source/ko/dbaccess/messages.po6
-rw-r--r--source/ko/framework/messages.po122
-rw-r--r--source/ko/helpcontent2/source/text/sbasic/python.po14
-rw-r--r--source/ko/helpcontent2/source/text/sbasic/shared.po6
-rw-r--r--source/ko/helpcontent2/source/text/sbasic/shared/03.po3703
-rw-r--r--source/ko/helpcontent2/source/text/scalc/00.po6
-rw-r--r--source/ko/helpcontent2/source/text/scalc/01.po69
-rw-r--r--source/ko/helpcontent2/source/text/scalc/04.po10
-rw-r--r--source/ko/helpcontent2/source/text/sdatabase.po465
-rw-r--r--source/ko/helpcontent2/source/text/shared/00.po186
-rw-r--r--source/ko/helpcontent2/source/text/shared/01.po222
-rw-r--r--source/ko/helpcontent2/source/text/shared/02.po102
-rw-r--r--source/ko/helpcontent2/source/text/shared/04.po6
-rw-r--r--source/ko/helpcontent2/source/text/shared/explorer/database.po602
-rw-r--r--source/ko/helpcontent2/source/text/shared/guide.po80
-rw-r--r--source/ko/helpcontent2/source/text/shared/optionen.po34
-rw-r--r--source/ko/helpcontent2/source/text/simpress.po464
-rw-r--r--source/ko/helpcontent2/source/text/simpress/00.po6
-rw-r--r--source/ko/helpcontent2/source/text/simpress/01.po32
-rw-r--r--source/ko/helpcontent2/source/text/simpress/guide.po42
-rw-r--r--source/ko/helpcontent2/source/text/smath/01.po60
-rw-r--r--source/ko/helpcontent2/source/text/swriter.po64
-rw-r--r--source/ko/helpcontent2/source/text/swriter/00.po32
-rw-r--r--source/ko/helpcontent2/source/text/swriter/01.po216
-rw-r--r--source/ko/helpcontent2/source/text/swriter/02.po321
-rw-r--r--source/ko/helpcontent2/source/text/swriter/04.po20
-rw-r--r--source/ko/helpcontent2/source/text/swriter/guide.po378
-rw-r--r--source/ko/officecfg/registry/data/org/openoffice/Office/UI.po128
-rw-r--r--source/ko/sc/messages.po86
-rw-r--r--source/ko/sd/messages.po774
-rw-r--r--source/ko/sfx2/messages.po448
-rw-r--r--source/ko/starmath/messages.po738
-rw-r--r--source/ko/svx/messages.po3481
-rw-r--r--source/ko/sw/messages.po2825
-rw-r--r--source/ko/uui/messages.po236
-rw-r--r--source/ko/vcl/messages.po176
-rw-r--r--source/ko/writerperfect/messages.po18
-rw-r--r--source/kok/cui/messages.po611
-rw-r--r--source/kok/dbaccess/messages.po6
-rw-r--r--source/kok/framework/messages.po122
-rw-r--r--source/kok/officecfg/registry/data/org/openoffice/Office/UI.po124
-rw-r--r--source/kok/sc/messages.po86
-rw-r--r--source/kok/sd/messages.po772
-rw-r--r--source/kok/sfx2/messages.po446
-rw-r--r--source/kok/starmath/messages.po738
-rw-r--r--source/kok/svx/messages.po3499
-rw-r--r--source/kok/sw/messages.po2818
-rw-r--r--source/kok/uui/messages.po236
-rw-r--r--source/kok/vcl/messages.po176
-rw-r--r--source/kok/writerperfect/messages.po18
-rw-r--r--source/ks/cui/messages.po611
-rw-r--r--source/ks/dbaccess/messages.po6
-rw-r--r--source/ks/framework/messages.po122
-rw-r--r--source/ks/officecfg/registry/data/org/openoffice/Office/UI.po122
-rw-r--r--source/ks/sc/messages.po86
-rw-r--r--source/ks/sd/messages.po772
-rw-r--r--source/ks/sfx2/messages.po446
-rw-r--r--source/ks/starmath/messages.po738
-rw-r--r--source/ks/svx/messages.po3499
-rw-r--r--source/ks/sw/messages.po2818
-rw-r--r--source/ks/uui/messages.po236
-rw-r--r--source/ks/vcl/messages.po176
-rw-r--r--source/ks/writerperfect/messages.po18
-rw-r--r--source/ky/cui/messages.po611
-rw-r--r--source/ky/dbaccess/messages.po6
-rw-r--r--source/ky/framework/messages.po122
-rw-r--r--source/ky/officecfg/registry/data/org/openoffice/Office/UI.po120
-rw-r--r--source/ky/sc/messages.po86
-rw-r--r--source/ky/sd/messages.po772
-rw-r--r--source/ky/sfx2/messages.po444
-rw-r--r--source/ky/starmath/messages.po738
-rw-r--r--source/ky/svx/messages.po3471
-rw-r--r--source/ky/sw/messages.po2811
-rw-r--r--source/ky/uui/messages.po236
-rw-r--r--source/ky/vcl/messages.po176
-rw-r--r--source/ky/writerperfect/messages.po18
-rw-r--r--source/lb/cui/messages.po611
-rw-r--r--source/lb/dbaccess/messages.po6
-rw-r--r--source/lb/framework/messages.po122
-rw-r--r--source/lb/officecfg/registry/data/org/openoffice/Office/UI.po123
-rw-r--r--source/lb/sc/messages.po86
-rw-r--r--source/lb/sd/messages.po772
-rw-r--r--source/lb/sfx2/messages.po446
-rw-r--r--source/lb/starmath/messages.po738
-rw-r--r--source/lb/svx/messages.po3491
-rw-r--r--source/lb/sw/messages.po2811
-rw-r--r--source/lb/uui/messages.po236
-rw-r--r--source/lb/vcl/messages.po177
-rw-r--r--source/lb/writerperfect/messages.po18
-rw-r--r--source/lo/cui/messages.po611
-rw-r--r--source/lo/dbaccess/messages.po6
-rw-r--r--source/lo/framework/messages.po122
-rw-r--r--source/lo/helpcontent2/source/text/sbasic/python.po14
-rw-r--r--source/lo/helpcontent2/source/text/sbasic/shared.po6
-rw-r--r--source/lo/helpcontent2/source/text/sbasic/shared/03.po3703
-rw-r--r--source/lo/helpcontent2/source/text/scalc/00.po6
-rw-r--r--source/lo/helpcontent2/source/text/scalc/01.po55
-rw-r--r--source/lo/helpcontent2/source/text/sdatabase.po465
-rw-r--r--source/lo/helpcontent2/source/text/shared/00.po180
-rw-r--r--source/lo/helpcontent2/source/text/shared/01.po190
-rw-r--r--source/lo/helpcontent2/source/text/shared/02.po92
-rw-r--r--source/lo/helpcontent2/source/text/shared/04.po6
-rw-r--r--source/lo/helpcontent2/source/text/shared/explorer/database.po600
-rw-r--r--source/lo/helpcontent2/source/text/shared/guide.po66
-rw-r--r--source/lo/helpcontent2/source/text/shared/optionen.po32
-rw-r--r--source/lo/helpcontent2/source/text/simpress.po464
-rw-r--r--source/lo/helpcontent2/source/text/simpress/00.po6
-rw-r--r--source/lo/helpcontent2/source/text/simpress/01.po26
-rw-r--r--source/lo/helpcontent2/source/text/simpress/guide.po36
-rw-r--r--source/lo/helpcontent2/source/text/smath/01.po42
-rw-r--r--source/lo/helpcontent2/source/text/swriter.po56
-rw-r--r--source/lo/helpcontent2/source/text/swriter/00.po32
-rw-r--r--source/lo/helpcontent2/source/text/swriter/01.po196
-rw-r--r--source/lo/helpcontent2/source/text/swriter/02.po303
-rw-r--r--source/lo/helpcontent2/source/text/swriter/04.po14
-rw-r--r--source/lo/helpcontent2/source/text/swriter/guide.po324
-rw-r--r--source/lo/officecfg/registry/data/org/openoffice/Office/UI.po122
-rw-r--r--source/lo/sc/messages.po86
-rw-r--r--source/lo/sd/messages.po772
-rw-r--r--source/lo/sfx2/messages.po446
-rw-r--r--source/lo/starmath/messages.po738
-rw-r--r--source/lo/svx/messages.po3499
-rw-r--r--source/lo/sw/messages.po2818
-rw-r--r--source/lo/uui/messages.po236
-rw-r--r--source/lo/vcl/messages.po176
-rw-r--r--source/lo/writerperfect/messages.po18
-rw-r--r--source/lt/cui/messages.po617
-rw-r--r--source/lt/dbaccess/messages.po6
-rw-r--r--source/lt/framework/messages.po122
-rw-r--r--source/lt/helpcontent2/source/text/sbasic/python.po20
-rw-r--r--source/lt/helpcontent2/source/text/sbasic/shared.po14
-rw-r--r--source/lt/helpcontent2/source/text/sbasic/shared/03.po3711
-rw-r--r--source/lt/helpcontent2/source/text/scalc/00.po6
-rw-r--r--source/lt/helpcontent2/source/text/scalc/01.po77
-rw-r--r--source/lt/helpcontent2/source/text/sdatabase.po467
-rw-r--r--source/lt/helpcontent2/source/text/shared/00.po206
-rw-r--r--source/lt/helpcontent2/source/text/shared/01.po202
-rw-r--r--source/lt/helpcontent2/source/text/shared/02.po98
-rw-r--r--source/lt/helpcontent2/source/text/shared/04.po8
-rw-r--r--source/lt/helpcontent2/source/text/shared/explorer/database.po602
-rw-r--r--source/lt/helpcontent2/source/text/shared/guide.po80
-rw-r--r--source/lt/helpcontent2/source/text/shared/optionen.po38
-rw-r--r--source/lt/helpcontent2/source/text/simpress.po484
-rw-r--r--source/lt/helpcontent2/source/text/simpress/00.po10
-rw-r--r--source/lt/helpcontent2/source/text/simpress/01.po40
-rw-r--r--source/lt/helpcontent2/source/text/simpress/guide.po44
-rw-r--r--source/lt/helpcontent2/source/text/smath/01.po64
-rw-r--r--source/lt/helpcontent2/source/text/swriter.po70
-rw-r--r--source/lt/helpcontent2/source/text/swriter/00.po38
-rw-r--r--source/lt/helpcontent2/source/text/swriter/01.po244
-rw-r--r--source/lt/helpcontent2/source/text/swriter/02.po323
-rw-r--r--source/lt/helpcontent2/source/text/swriter/04.po22
-rw-r--r--source/lt/helpcontent2/source/text/swriter/guide.po410
-rw-r--r--source/lt/officecfg/registry/data/org/openoffice/Office/UI.po130
-rw-r--r--source/lt/sc/messages.po86
-rw-r--r--source/lt/sd/messages.po774
-rw-r--r--source/lt/sfx2/messages.po448
-rw-r--r--source/lt/starmath/messages.po738
-rw-r--r--source/lt/svx/messages.po3481
-rw-r--r--source/lt/sw/messages.po2825
-rw-r--r--source/lt/uui/messages.po236
-rw-r--r--source/lt/vcl/messages.po176
-rw-r--r--source/lt/writerperfect/messages.po18
-rw-r--r--source/lv/cui/messages.po613
-rw-r--r--source/lv/dbaccess/messages.po6
-rw-r--r--source/lv/framework/messages.po122
-rw-r--r--source/lv/helpcontent2/source/text/sbasic/python.po14
-rw-r--r--source/lv/helpcontent2/source/text/sbasic/shared.po6
-rw-r--r--source/lv/helpcontent2/source/text/sbasic/shared/03.po3703
-rw-r--r--source/lv/helpcontent2/source/text/scalc/00.po6
-rw-r--r--source/lv/helpcontent2/source/text/scalc/01.po55
-rw-r--r--source/lv/helpcontent2/source/text/sdatabase.po465
-rw-r--r--source/lv/helpcontent2/source/text/shared/00.po184
-rw-r--r--source/lv/helpcontent2/source/text/shared/01.po200
-rw-r--r--source/lv/helpcontent2/source/text/shared/02.po102
-rw-r--r--source/lv/helpcontent2/source/text/shared/04.po6
-rw-r--r--source/lv/helpcontent2/source/text/shared/explorer/database.po600
-rw-r--r--source/lv/helpcontent2/source/text/shared/guide.po72
-rw-r--r--source/lv/helpcontent2/source/text/shared/optionen.po32
-rw-r--r--source/lv/helpcontent2/source/text/simpress.po464
-rw-r--r--source/lv/helpcontent2/source/text/simpress/00.po6
-rw-r--r--source/lv/helpcontent2/source/text/simpress/01.po30
-rw-r--r--source/lv/helpcontent2/source/text/simpress/guide.po38
-rw-r--r--source/lv/helpcontent2/source/text/smath/01.po42
-rw-r--r--source/lv/helpcontent2/source/text/swriter.po64
-rw-r--r--source/lv/helpcontent2/source/text/swriter/00.po32
-rw-r--r--source/lv/helpcontent2/source/text/swriter/01.po202
-rw-r--r--source/lv/helpcontent2/source/text/swriter/02.po317
-rw-r--r--source/lv/helpcontent2/source/text/swriter/04.po20
-rw-r--r--source/lv/helpcontent2/source/text/swriter/guide.po326
-rw-r--r--source/lv/officecfg/registry/data/org/openoffice/Office/UI.po128
-rw-r--r--source/lv/sc/messages.po86
-rw-r--r--source/lv/sd/messages.po774
-rw-r--r--source/lv/sfx2/messages.po448
-rw-r--r--source/lv/starmath/messages.po738
-rw-r--r--source/lv/svx/messages.po3481
-rw-r--r--source/lv/sw/messages.po2817
-rw-r--r--source/lv/uui/messages.po236
-rw-r--r--source/lv/vcl/messages.po176
-rw-r--r--source/lv/writerperfect/messages.po18
-rw-r--r--source/mai/cui/messages.po611
-rw-r--r--source/mai/dbaccess/messages.po6
-rw-r--r--source/mai/framework/messages.po122
-rw-r--r--source/mai/officecfg/registry/data/org/openoffice/Office/UI.po124
-rw-r--r--source/mai/sc/messages.po86
-rw-r--r--source/mai/sd/messages.po772
-rw-r--r--source/mai/sfx2/messages.po446
-rw-r--r--source/mai/starmath/messages.po738
-rw-r--r--source/mai/svx/messages.po3499
-rw-r--r--source/mai/sw/messages.po2820
-rw-r--r--source/mai/uui/messages.po236
-rw-r--r--source/mai/vcl/messages.po176
-rw-r--r--source/mai/writerperfect/messages.po18
-rw-r--r--source/mk/cui/messages.po613
-rw-r--r--source/mk/dbaccess/messages.po6
-rw-r--r--source/mk/framework/messages.po122
-rw-r--r--source/mk/helpcontent2/source/text/sbasic/python.po14
-rw-r--r--source/mk/helpcontent2/source/text/sbasic/shared.po6
-rw-r--r--source/mk/helpcontent2/source/text/sbasic/shared/03.po3703
-rw-r--r--source/mk/helpcontent2/source/text/scalc/00.po6
-rw-r--r--source/mk/helpcontent2/source/text/scalc/01.po67
-rw-r--r--source/mk/helpcontent2/source/text/sdatabase.po465
-rw-r--r--source/mk/helpcontent2/source/text/shared/00.po184
-rw-r--r--source/mk/helpcontent2/source/text/shared/01.po218
-rw-r--r--source/mk/helpcontent2/source/text/shared/02.po102
-rw-r--r--source/mk/helpcontent2/source/text/shared/04.po6
-rw-r--r--source/mk/helpcontent2/source/text/shared/explorer/database.po602
-rw-r--r--source/mk/helpcontent2/source/text/shared/guide.po80
-rw-r--r--source/mk/helpcontent2/source/text/shared/optionen.po34
-rw-r--r--source/mk/helpcontent2/source/text/simpress.po464
-rw-r--r--source/mk/helpcontent2/source/text/simpress/00.po6
-rw-r--r--source/mk/helpcontent2/source/text/simpress/01.po32
-rw-r--r--source/mk/helpcontent2/source/text/simpress/guide.po42
-rw-r--r--source/mk/helpcontent2/source/text/smath/01.po46
-rw-r--r--source/mk/helpcontent2/source/text/swriter.po64
-rw-r--r--source/mk/helpcontent2/source/text/swriter/00.po32
-rw-r--r--source/mk/helpcontent2/source/text/swriter/01.po214
-rw-r--r--source/mk/helpcontent2/source/text/swriter/02.po321
-rw-r--r--source/mk/helpcontent2/source/text/swriter/04.po20
-rw-r--r--source/mk/helpcontent2/source/text/swriter/guide.po374
-rw-r--r--source/mk/officecfg/registry/data/org/openoffice/Office/UI.po124
-rw-r--r--source/mk/sc/messages.po86
-rw-r--r--source/mk/sd/messages.po772
-rw-r--r--source/mk/sfx2/messages.po446
-rw-r--r--source/mk/starmath/messages.po738
-rw-r--r--source/mk/svx/messages.po3499
-rw-r--r--source/mk/sw/messages.po2826
-rw-r--r--source/mk/uui/messages.po236
-rw-r--r--source/mk/vcl/messages.po176
-rw-r--r--source/mk/writerperfect/messages.po18
-rw-r--r--source/ml/cui/messages.po611
-rw-r--r--source/ml/dbaccess/messages.po6
-rw-r--r--source/ml/framework/messages.po122
-rw-r--r--source/ml/officecfg/registry/data/org/openoffice/Office/UI.po128
-rw-r--r--source/ml/sc/messages.po86
-rw-r--r--source/ml/sd/messages.po772
-rw-r--r--source/ml/sfx2/messages.po446
-rw-r--r--source/ml/starmath/messages.po738
-rw-r--r--source/ml/svx/messages.po3499
-rw-r--r--source/ml/sw/messages.po2819
-rw-r--r--source/ml/uui/messages.po236
-rw-r--r--source/ml/vcl/messages.po176
-rw-r--r--source/ml/writerperfect/messages.po18
-rw-r--r--source/mn/cui/messages.po615
-rw-r--r--source/mn/dbaccess/messages.po8
-rw-r--r--source/mn/framework/messages.po124
-rw-r--r--source/mn/officecfg/registry/data/org/openoffice/Office/UI.po130
-rw-r--r--source/mn/sc/messages.po86
-rw-r--r--source/mn/sd/messages.po772
-rw-r--r--source/mn/sfx2/messages.po448
-rw-r--r--source/mn/starmath/messages.po740
-rw-r--r--source/mn/svx/messages.po3499
-rw-r--r--source/mn/sw/messages.po2820
-rw-r--r--source/mn/uui/messages.po238
-rw-r--r--source/mn/vcl/messages.po178
-rw-r--r--source/mn/writerperfect/messages.po20
-rw-r--r--source/mni/cui/messages.po611
-rw-r--r--source/mni/dbaccess/messages.po6
-rw-r--r--source/mni/framework/messages.po122
-rw-r--r--source/mni/officecfg/registry/data/org/openoffice/Office/UI.po124
-rw-r--r--source/mni/sc/messages.po86
-rw-r--r--source/mni/sd/messages.po775
-rw-r--r--source/mni/sfx2/messages.po446
-rw-r--r--source/mni/starmath/messages.po738
-rw-r--r--source/mni/svx/messages.po3499
-rw-r--r--source/mni/sw/messages.po2820
-rw-r--r--source/mni/uui/messages.po236
-rw-r--r--source/mni/vcl/messages.po176
-rw-r--r--source/mni/writerperfect/messages.po18
-rw-r--r--source/mr/cui/messages.po611
-rw-r--r--source/mr/dbaccess/messages.po6
-rw-r--r--source/mr/framework/messages.po122
-rw-r--r--source/mr/officecfg/registry/data/org/openoffice/Office/UI.po128
-rw-r--r--source/mr/sc/messages.po86
-rw-r--r--source/mr/sd/messages.po775
-rw-r--r--source/mr/sfx2/messages.po446
-rw-r--r--source/mr/starmath/messages.po738
-rw-r--r--source/mr/svx/messages.po3499
-rw-r--r--source/mr/sw/messages.po2818
-rw-r--r--source/mr/uui/messages.po236
-rw-r--r--source/mr/vcl/messages.po176
-rw-r--r--source/mr/writerperfect/messages.po18
-rw-r--r--source/my/cui/messages.po611
-rw-r--r--source/my/dbaccess/messages.po6
-rw-r--r--source/my/framework/messages.po122
-rw-r--r--source/my/officecfg/registry/data/org/openoffice/Office/UI.po124
-rw-r--r--source/my/sc/messages.po86
-rw-r--r--source/my/sd/messages.po772
-rw-r--r--source/my/sfx2/messages.po446
-rw-r--r--source/my/starmath/messages.po738
-rw-r--r--source/my/svx/messages.po3499
-rw-r--r--source/my/sw/messages.po2818
-rw-r--r--source/my/uui/messages.po236
-rw-r--r--source/my/vcl/messages.po176
-rw-r--r--source/my/writerperfect/messages.po18
-rw-r--r--source/nb/chart2/messages.po10
-rw-r--r--source/nb/cui/messages.po654
-rw-r--r--source/nb/dbaccess/messages.po6
-rw-r--r--source/nb/framework/messages.po122
-rw-r--r--source/nb/helpcontent2/source/text/sbasic/python.po18
-rw-r--r--source/nb/helpcontent2/source/text/sbasic/shared.po6
-rw-r--r--source/nb/helpcontent2/source/text/sbasic/shared/03.po3709
-rw-r--r--source/nb/helpcontent2/source/text/scalc/00.po6
-rw-r--r--source/nb/helpcontent2/source/text/scalc/01.po67
-rw-r--r--source/nb/helpcontent2/source/text/sdatabase.po465
-rw-r--r--source/nb/helpcontent2/source/text/shared/00.po204
-rw-r--r--source/nb/helpcontent2/source/text/shared/01.po220
-rw-r--r--source/nb/helpcontent2/source/text/shared/02.po102
-rw-r--r--source/nb/helpcontent2/source/text/shared/04.po8
-rw-r--r--source/nb/helpcontent2/source/text/shared/explorer/database.po602
-rw-r--r--source/nb/helpcontent2/source/text/shared/guide.po84
-rw-r--r--source/nb/helpcontent2/source/text/shared/optionen.po36
-rw-r--r--source/nb/helpcontent2/source/text/simpress.po480
-rw-r--r--source/nb/helpcontent2/source/text/simpress/00.po6
-rw-r--r--source/nb/helpcontent2/source/text/simpress/01.po38
-rw-r--r--source/nb/helpcontent2/source/text/simpress/guide.po42
-rw-r--r--source/nb/helpcontent2/source/text/smath/01.po60
-rw-r--r--source/nb/helpcontent2/source/text/swriter.po64
-rw-r--r--source/nb/helpcontent2/source/text/swriter/00.po38
-rw-r--r--source/nb/helpcontent2/source/text/swriter/01.po234
-rw-r--r--source/nb/helpcontent2/source/text/swriter/02.po323
-rw-r--r--source/nb/helpcontent2/source/text/swriter/04.po22
-rw-r--r--source/nb/helpcontent2/source/text/swriter/guide.po398
-rw-r--r--source/nb/officecfg/registry/data/org/openoffice/Office/UI.po130
-rw-r--r--source/nb/sc/messages.po86
-rw-r--r--source/nb/sd/messages.po774
-rw-r--r--source/nb/sfx2/messages.po456
-rw-r--r--source/nb/starmath/messages.po738
-rw-r--r--source/nb/svx/messages.po3481
-rw-r--r--source/nb/sw/messages.po2825
-rw-r--r--source/nb/uui/messages.po236
-rw-r--r--source/nb/vcl/messages.po176
-rw-r--r--source/nb/wizards/source/resources.po10
-rw-r--r--source/nb/writerperfect/messages.po18
-rw-r--r--source/ne/cui/messages.po613
-rw-r--r--source/ne/dbaccess/messages.po6
-rw-r--r--source/ne/framework/messages.po122
-rw-r--r--source/ne/helpcontent2/source/text/sbasic/python.po14
-rw-r--r--source/ne/helpcontent2/source/text/sbasic/shared.po6
-rw-r--r--source/ne/helpcontent2/source/text/sbasic/shared/03.po3703
-rw-r--r--source/ne/helpcontent2/source/text/scalc/00.po6
-rw-r--r--source/ne/helpcontent2/source/text/scalc/01.po67
-rw-r--r--source/ne/helpcontent2/source/text/sdatabase.po465
-rw-r--r--source/ne/helpcontent2/source/text/shared/00.po184
-rw-r--r--source/ne/helpcontent2/source/text/shared/01.po214
-rw-r--r--source/ne/helpcontent2/source/text/shared/02.po102
-rw-r--r--source/ne/helpcontent2/source/text/shared/04.po6
-rw-r--r--source/ne/helpcontent2/source/text/shared/explorer/database.po602
-rw-r--r--source/ne/helpcontent2/source/text/shared/guide.po80
-rw-r--r--source/ne/helpcontent2/source/text/shared/optionen.po34
-rw-r--r--source/ne/helpcontent2/source/text/simpress.po464
-rw-r--r--source/ne/helpcontent2/source/text/simpress/00.po6
-rw-r--r--source/ne/helpcontent2/source/text/simpress/01.po32
-rw-r--r--source/ne/helpcontent2/source/text/simpress/guide.po40
-rw-r--r--source/ne/helpcontent2/source/text/smath/01.po46
-rw-r--r--source/ne/helpcontent2/source/text/swriter.po64
-rw-r--r--source/ne/helpcontent2/source/text/swriter/00.po32
-rw-r--r--source/ne/helpcontent2/source/text/swriter/01.po214
-rw-r--r--source/ne/helpcontent2/source/text/swriter/02.po321
-rw-r--r--source/ne/helpcontent2/source/text/swriter/04.po20
-rw-r--r--source/ne/helpcontent2/source/text/swriter/guide.po372
-rw-r--r--source/ne/officecfg/registry/data/org/openoffice/Office/UI.po124
-rw-r--r--source/ne/sc/messages.po86
-rw-r--r--source/ne/sd/messages.po772
-rw-r--r--source/ne/sfx2/messages.po446
-rw-r--r--source/ne/starmath/messages.po738
-rw-r--r--source/ne/svx/messages.po3499
-rw-r--r--source/ne/sw/messages.po2826
-rw-r--r--source/ne/uui/messages.po236
-rw-r--r--source/ne/vcl/messages.po176
-rw-r--r--source/ne/writerperfect/messages.po18
-rw-r--r--source/nl/chart2/messages.po38
-rw-r--r--source/nl/cui/messages.po657
-rw-r--r--source/nl/dbaccess/messages.po8
-rw-r--r--source/nl/desktop/messages.po6
-rw-r--r--source/nl/extensions/messages.po6
-rw-r--r--source/nl/framework/messages.po126
-rw-r--r--source/nl/helpcontent2/source/auxiliary.po10
-rw-r--r--source/nl/helpcontent2/source/text/sbasic/guide.po24
-rw-r--r--source/nl/helpcontent2/source/text/sbasic/python.po46
-rw-r--r--source/nl/helpcontent2/source/text/sbasic/shared.po194
-rw-r--r--source/nl/helpcontent2/source/text/sbasic/shared/01.po83
-rw-r--r--source/nl/helpcontent2/source/text/sbasic/shared/02.po14
-rw-r--r--source/nl/helpcontent2/source/text/sbasic/shared/03.po3735
-rw-r--r--source/nl/helpcontent2/source/text/scalc/00.po12
-rw-r--r--source/nl/helpcontent2/source/text/scalc/01.po303
-rw-r--r--source/nl/helpcontent2/source/text/sdatabase.po465
-rw-r--r--source/nl/helpcontent2/source/text/sdraw.po8
-rw-r--r--source/nl/helpcontent2/source/text/sdraw/guide.po12
-rw-r--r--source/nl/helpcontent2/source/text/shared.po6
-rw-r--r--source/nl/helpcontent2/source/text/shared/00.po242
-rw-r--r--source/nl/helpcontent2/source/text/shared/01.po252
-rw-r--r--source/nl/helpcontent2/source/text/shared/02.po104
-rw-r--r--source/nl/helpcontent2/source/text/shared/04.po14
-rw-r--r--source/nl/helpcontent2/source/text/shared/explorer/database.po602
-rw-r--r--source/nl/helpcontent2/source/text/shared/guide.po218
-rw-r--r--source/nl/helpcontent2/source/text/shared/optionen.po96
-rw-r--r--source/nl/helpcontent2/source/text/simpress.po488
-rw-r--r--source/nl/helpcontent2/source/text/simpress/00.po10
-rw-r--r--source/nl/helpcontent2/source/text/simpress/01.po46
-rw-r--r--source/nl/helpcontent2/source/text/simpress/guide.po70
-rw-r--r--source/nl/helpcontent2/source/text/smath/01.po136
-rw-r--r--source/nl/helpcontent2/source/text/swriter.po82
-rw-r--r--source/nl/helpcontent2/source/text/swriter/00.po46
-rw-r--r--source/nl/helpcontent2/source/text/swriter/01.po380
-rw-r--r--source/nl/helpcontent2/source/text/swriter/02.po337
-rw-r--r--source/nl/helpcontent2/source/text/swriter/04.po28
-rw-r--r--source/nl/helpcontent2/source/text/swriter/guide.po426
-rw-r--r--source/nl/helpcontent2/source/text/swriter/librelogo.po10
-rw-r--r--source/nl/officecfg/registry/data/org/openoffice/Office.po14
-rw-r--r--source/nl/officecfg/registry/data/org/openoffice/Office/UI.po180
-rw-r--r--source/nl/sc/messages.po98
-rw-r--r--source/nl/sd/messages.po800
-rw-r--r--source/nl/sfx2/messages.po478
-rw-r--r--source/nl/starmath/messages.po740
-rw-r--r--source/nl/svx/messages.po3485
-rw-r--r--source/nl/sw/messages.po2945
-rw-r--r--source/nl/uui/messages.po240
-rw-r--r--source/nl/vcl/messages.po182
-rw-r--r--source/nl/wizards/source/resources.po10
-rw-r--r--source/nl/writerperfect/messages.po20
-rw-r--r--source/nn/basctl/messages.po8
-rw-r--r--source/nn/chart2/messages.po36
-rw-r--r--source/nn/cui/messages.po1005
-rw-r--r--source/nn/dbaccess/messages.po44
-rw-r--r--source/nn/desktop/messages.po6
-rw-r--r--source/nn/dictionaries/da_DK.po14
-rw-r--r--source/nn/extensions/messages.po25
-rw-r--r--source/nn/extras/source/autocorr/emoji.po8
-rw-r--r--source/nn/filter/messages.po14
-rw-r--r--source/nn/framework/messages.po124
-rw-r--r--source/nn/helpcontent2/source/text/sbasic/python.po26
-rw-r--r--source/nn/helpcontent2/source/text/sbasic/shared.po20
-rw-r--r--source/nn/helpcontent2/source/text/sbasic/shared/02.po8
-rw-r--r--source/nn/helpcontent2/source/text/sbasic/shared/03.po3709
-rw-r--r--source/nn/helpcontent2/source/text/scalc/00.po12
-rw-r--r--source/nn/helpcontent2/source/text/scalc/01.po91
-rw-r--r--source/nn/helpcontent2/source/text/scalc/02.po8
-rw-r--r--source/nn/helpcontent2/source/text/scalc/guide.po16
-rw-r--r--source/nn/helpcontent2/source/text/schart/01.po8
-rw-r--r--source/nn/helpcontent2/source/text/sdatabase.po593
-rw-r--r--source/nn/helpcontent2/source/text/sdraw/guide.po8
-rw-r--r--source/nn/helpcontent2/source/text/shared.po4
-rw-r--r--source/nn/helpcontent2/source/text/shared/00.po320
-rw-r--r--source/nn/helpcontent2/source/text/shared/01.po258
-rw-r--r--source/nn/helpcontent2/source/text/shared/02.po102
-rw-r--r--source/nn/helpcontent2/source/text/shared/04.po8
-rw-r--r--source/nn/helpcontent2/source/text/shared/05.po18
-rw-r--r--source/nn/helpcontent2/source/text/shared/autopi.po4
-rw-r--r--source/nn/helpcontent2/source/text/shared/explorer/database.po618
-rw-r--r--source/nn/helpcontent2/source/text/shared/guide.po98
-rw-r--r--source/nn/helpcontent2/source/text/shared/help.po6
-rw-r--r--source/nn/helpcontent2/source/text/shared/optionen.po62
-rw-r--r--source/nn/helpcontent2/source/text/simpress.po486
-rw-r--r--source/nn/helpcontent2/source/text/simpress/00.po16
-rw-r--r--source/nn/helpcontent2/source/text/simpress/01.po44
-rw-r--r--source/nn/helpcontent2/source/text/simpress/02.po4
-rw-r--r--source/nn/helpcontent2/source/text/simpress/guide.po48
-rw-r--r--source/nn/helpcontent2/source/text/smath/01.po72
-rw-r--r--source/nn/helpcontent2/source/text/smath/guide.po8
-rw-r--r--source/nn/helpcontent2/source/text/swriter.po80
-rw-r--r--source/nn/helpcontent2/source/text/swriter/00.po52
-rw-r--r--source/nn/helpcontent2/source/text/swriter/01.po306
-rw-r--r--source/nn/helpcontent2/source/text/swriter/02.po381
-rw-r--r--source/nn/helpcontent2/source/text/swriter/04.po22
-rw-r--r--source/nn/helpcontent2/source/text/swriter/guide.po416
-rw-r--r--source/nn/officecfg/registry/data/org/openoffice/Office.po22
-rw-r--r--source/nn/officecfg/registry/data/org/openoffice/Office/UI.po268
-rw-r--r--source/nn/readlicense_oo/docs.po16
-rw-r--r--source/nn/sc/messages.po244
-rw-r--r--source/nn/scp2/source/ooo.po10
-rw-r--r--source/nn/sd/messages.po819
-rw-r--r--source/nn/sfx2/messages.po490
-rw-r--r--source/nn/starmath/messages.po846
-rw-r--r--source/nn/svtools/messages.po26
-rw-r--r--source/nn/svx/messages.po3668
-rw-r--r--source/nn/sw/messages.po3567
-rw-r--r--source/nn/uui/messages.po242
-rw-r--r--source/nn/vcl/messages.po194
-rw-r--r--source/nn/wizards/source/resources.po4
-rw-r--r--source/nn/writerperfect/messages.po20
-rw-r--r--source/nr/cui/messages.po611
-rw-r--r--source/nr/dbaccess/messages.po6
-rw-r--r--source/nr/framework/messages.po122
-rw-r--r--source/nr/officecfg/registry/data/org/openoffice/Office/UI.po123
-rw-r--r--source/nr/sc/messages.po86
-rw-r--r--source/nr/sd/messages.po772
-rw-r--r--source/nr/sfx2/messages.po446
-rw-r--r--source/nr/starmath/messages.po738
-rw-r--r--source/nr/svx/messages.po3501
-rw-r--r--source/nr/sw/messages.po2820
-rw-r--r--source/nr/uui/messages.po236
-rw-r--r--source/nr/vcl/messages.po176
-rw-r--r--source/nr/writerperfect/messages.po18
-rw-r--r--source/nso/cui/messages.po611
-rw-r--r--source/nso/dbaccess/messages.po6
-rw-r--r--source/nso/framework/messages.po122
-rw-r--r--source/nso/officecfg/registry/data/org/openoffice/Office/UI.po124
-rw-r--r--source/nso/sc/messages.po86
-rw-r--r--source/nso/sd/messages.po772
-rw-r--r--source/nso/sfx2/messages.po446
-rw-r--r--source/nso/starmath/messages.po738
-rw-r--r--source/nso/svx/messages.po3499
-rw-r--r--source/nso/sw/messages.po2818
-rw-r--r--source/nso/uui/messages.po236
-rw-r--r--source/nso/vcl/messages.po176
-rw-r--r--source/nso/writerperfect/messages.po18
-rw-r--r--source/oc/cui/messages.po621
-rw-r--r--source/oc/dbaccess/messages.po8
-rw-r--r--source/oc/editeng/messages.po10
-rw-r--r--source/oc/extensions/messages.po6
-rw-r--r--source/oc/formula/messages.po4
-rw-r--r--source/oc/framework/messages.po124
-rw-r--r--source/oc/officecfg/registry/data/org/openoffice/Office/UI.po152
-rw-r--r--source/oc/readlicense_oo/docs.po8
-rw-r--r--source/oc/sc/messages.po94
-rw-r--r--source/oc/sd/messages.po782
-rw-r--r--source/oc/setup_native/source/mac.po4
-rw-r--r--source/oc/sfx2/messages.po458
-rw-r--r--source/oc/starmath/messages.po738
-rw-r--r--source/oc/svx/messages.po3489
-rw-r--r--source/oc/sw/messages.po2855
-rw-r--r--source/oc/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po50
-rw-r--r--source/oc/sysui/desktop/share.po80
-rw-r--r--source/oc/uui/messages.po238
-rw-r--r--source/oc/vcl/messages.po176
-rw-r--r--source/oc/writerperfect/messages.po20
-rw-r--r--source/oc/xmlsecurity/messages.po8
-rw-r--r--source/om/cui/messages.po613
-rw-r--r--source/om/dbaccess/messages.po6
-rw-r--r--source/om/framework/messages.po122
-rw-r--r--source/om/helpcontent2/source/text/sbasic/python.po14
-rw-r--r--source/om/helpcontent2/source/text/sbasic/shared.po6
-rw-r--r--source/om/helpcontent2/source/text/sbasic/shared/03.po3703
-rw-r--r--source/om/helpcontent2/source/text/scalc/00.po6
-rw-r--r--source/om/helpcontent2/source/text/scalc/01.po69
-rw-r--r--source/om/helpcontent2/source/text/sdatabase.po465
-rw-r--r--source/om/helpcontent2/source/text/shared/00.po184
-rw-r--r--source/om/helpcontent2/source/text/shared/01.po220
-rw-r--r--source/om/helpcontent2/source/text/shared/02.po102
-rw-r--r--source/om/helpcontent2/source/text/shared/04.po6
-rw-r--r--source/om/helpcontent2/source/text/shared/explorer/database.po602
-rw-r--r--source/om/helpcontent2/source/text/shared/guide.po80
-rw-r--r--source/om/helpcontent2/source/text/shared/optionen.po34
-rw-r--r--source/om/helpcontent2/source/text/simpress.po464
-rw-r--r--source/om/helpcontent2/source/text/simpress/00.po6
-rw-r--r--source/om/helpcontent2/source/text/simpress/01.po32
-rw-r--r--source/om/helpcontent2/source/text/simpress/guide.po42
-rw-r--r--source/om/helpcontent2/source/text/smath/01.po46
-rw-r--r--source/om/helpcontent2/source/text/swriter.po64
-rw-r--r--source/om/helpcontent2/source/text/swriter/00.po32
-rw-r--r--source/om/helpcontent2/source/text/swriter/01.po216
-rw-r--r--source/om/helpcontent2/source/text/swriter/02.po321
-rw-r--r--source/om/helpcontent2/source/text/swriter/04.po20
-rw-r--r--source/om/helpcontent2/source/text/swriter/guide.po376
-rw-r--r--source/om/officecfg/registry/data/org/openoffice/Office/UI.po124
-rw-r--r--source/om/sc/messages.po86
-rw-r--r--source/om/sd/messages.po772
-rw-r--r--source/om/sfx2/messages.po446
-rw-r--r--source/om/starmath/messages.po738
-rw-r--r--source/om/svx/messages.po3499
-rw-r--r--source/om/sw/messages.po2826
-rw-r--r--source/om/uui/messages.po236
-rw-r--r--source/om/vcl/messages.po176
-rw-r--r--source/om/writerperfect/messages.po18
-rw-r--r--source/or/cui/messages.po611
-rw-r--r--source/or/dbaccess/messages.po6
-rw-r--r--source/or/framework/messages.po122
-rw-r--r--source/or/officecfg/registry/data/org/openoffice/Office/UI.po130
-rw-r--r--source/or/sc/messages.po86
-rw-r--r--source/or/sd/messages.po772
-rw-r--r--source/or/sfx2/messages.po446
-rw-r--r--source/or/starmath/messages.po738
-rw-r--r--source/or/svx/messages.po3499
-rw-r--r--source/or/sw/messages.po2818
-rw-r--r--source/or/uui/messages.po236
-rw-r--r--source/or/vcl/messages.po176
-rw-r--r--source/or/writerperfect/messages.po18
-rw-r--r--source/pa-IN/cui/messages.po611
-rw-r--r--source/pa-IN/dbaccess/messages.po6
-rw-r--r--source/pa-IN/framework/messages.po122
-rw-r--r--source/pa-IN/officecfg/registry/data/org/openoffice/Office/UI.po130
-rw-r--r--source/pa-IN/sc/messages.po86
-rw-r--r--source/pa-IN/sd/messages.po772
-rw-r--r--source/pa-IN/sfx2/messages.po446
-rw-r--r--source/pa-IN/starmath/messages.po738
-rw-r--r--source/pa-IN/svx/messages.po3499
-rw-r--r--source/pa-IN/sw/messages.po2818
-rw-r--r--source/pa-IN/uui/messages.po236
-rw-r--r--source/pa-IN/vcl/messages.po176
-rw-r--r--source/pa-IN/writerperfect/messages.po18
-rw-r--r--source/pl/chart2/messages.po38
-rw-r--r--source/pl/cui/messages.po665
-rw-r--r--source/pl/dbaccess/messages.po12
-rw-r--r--source/pl/framework/messages.po126
-rw-r--r--source/pl/helpcontent2/source/text/sbasic/python.po14
-rw-r--r--source/pl/helpcontent2/source/text/sbasic/shared.po6
-rw-r--r--source/pl/helpcontent2/source/text/sbasic/shared/03.po3703
-rw-r--r--source/pl/helpcontent2/source/text/scalc/00.po6
-rw-r--r--source/pl/helpcontent2/source/text/scalc/01.po71
-rw-r--r--source/pl/helpcontent2/source/text/sdatabase.po465
-rw-r--r--source/pl/helpcontent2/source/text/shared/00.po186
-rw-r--r--source/pl/helpcontent2/source/text/shared/01.po226
-rw-r--r--source/pl/helpcontent2/source/text/shared/02.po102
-rw-r--r--source/pl/helpcontent2/source/text/shared/04.po6
-rw-r--r--source/pl/helpcontent2/source/text/shared/explorer/database.po602
-rw-r--r--source/pl/helpcontent2/source/text/shared/guide.po80
-rw-r--r--source/pl/helpcontent2/source/text/shared/optionen.po36
-rw-r--r--source/pl/helpcontent2/source/text/simpress.po464
-rw-r--r--source/pl/helpcontent2/source/text/simpress/00.po6
-rw-r--r--source/pl/helpcontent2/source/text/simpress/01.po32
-rw-r--r--source/pl/helpcontent2/source/text/simpress/guide.po42
-rw-r--r--source/pl/helpcontent2/source/text/smath/01.po48
-rw-r--r--source/pl/helpcontent2/source/text/swriter.po64
-rw-r--r--source/pl/helpcontent2/source/text/swriter/00.po32
-rw-r--r--source/pl/helpcontent2/source/text/swriter/01.po222
-rw-r--r--source/pl/helpcontent2/source/text/swriter/02.po321
-rw-r--r--source/pl/helpcontent2/source/text/swriter/04.po20
-rw-r--r--source/pl/helpcontent2/source/text/swriter/guide.po386
-rw-r--r--source/pl/officecfg/registry/data/org/openoffice/Office/UI.po170
-rw-r--r--source/pl/sc/messages.po100
-rw-r--r--source/pl/sd/messages.po788
-rw-r--r--source/pl/sfx2/messages.po482
-rw-r--r--source/pl/starmath/messages.po744
-rw-r--r--source/pl/svx/messages.po3487
-rw-r--r--source/pl/sw/messages.po2879
-rw-r--r--source/pl/uui/messages.po244
-rw-r--r--source/pl/vcl/messages.po182
-rw-r--r--source/pl/writerperfect/messages.po20
-rw-r--r--source/pt-BR/chart2/messages.po46
-rw-r--r--source/pt-BR/cui/messages.po693
-rw-r--r--source/pt-BR/dbaccess/messages.po6
-rw-r--r--source/pt-BR/dictionaries/en/dialog.po55
-rw-r--r--source/pt-BR/extensions/messages.po16
-rw-r--r--source/pt-BR/extras/source/autocorr/emoji.po14
-rw-r--r--source/pt-BR/filter/messages.po6
-rw-r--r--source/pt-BR/forms/messages.po6
-rw-r--r--source/pt-BR/framework/messages.po126
-rw-r--r--source/pt-BR/helpcontent2/source/text/sbasic/python.po30
-rw-r--r--source/pt-BR/helpcontent2/source/text/sbasic/shared.po20
-rw-r--r--source/pt-BR/helpcontent2/source/text/sbasic/shared/03.po4555
-rw-r--r--source/pt-BR/helpcontent2/source/text/scalc/00.po10
-rw-r--r--source/pt-BR/helpcontent2/source/text/scalc/01.po84
-rw-r--r--source/pt-BR/helpcontent2/source/text/sdatabase.po471
-rw-r--r--source/pt-BR/helpcontent2/source/text/shared/00.po248
-rw-r--r--source/pt-BR/helpcontent2/source/text/shared/01.po308
-rw-r--r--source/pt-BR/helpcontent2/source/text/shared/02.po114
-rw-r--r--source/pt-BR/helpcontent2/source/text/shared/04.po12
-rw-r--r--source/pt-BR/helpcontent2/source/text/shared/explorer/database.po604
-rw-r--r--source/pt-BR/helpcontent2/source/text/shared/guide.po92
-rw-r--r--source/pt-BR/helpcontent2/source/text/shared/optionen.po42
-rw-r--r--source/pt-BR/helpcontent2/source/text/simpress.po486
-rw-r--r--source/pt-BR/helpcontent2/source/text/simpress/00.po12
-rw-r--r--source/pt-BR/helpcontent2/source/text/simpress/01.po42
-rw-r--r--source/pt-BR/helpcontent2/source/text/simpress/guide.po46
-rw-r--r--source/pt-BR/helpcontent2/source/text/smath/01.po64
-rw-r--r--source/pt-BR/helpcontent2/source/text/swriter.po74
-rw-r--r--source/pt-BR/helpcontent2/source/text/swriter/00.po46
-rw-r--r--source/pt-BR/helpcontent2/source/text/swriter/01.po270
-rw-r--r--source/pt-BR/helpcontent2/source/text/swriter/02.po329
-rw-r--r--source/pt-BR/helpcontent2/source/text/swriter/04.po24
-rw-r--r--source/pt-BR/helpcontent2/source/text/swriter/guide.po416
-rw-r--r--source/pt-BR/helpcontent2/source/text/swriter/librelogo.po10
-rw-r--r--source/pt-BR/officecfg/registry/data/org/openoffice/Office/UI.po196
-rw-r--r--source/pt-BR/reportdesign/messages.po8
-rw-r--r--source/pt-BR/sc/messages.po104
-rw-r--r--source/pt-BR/sd/messages.po788
-rw-r--r--source/pt-BR/sfx2/messages.po492
-rw-r--r--source/pt-BR/starmath/messages.po754
-rw-r--r--source/pt-BR/svtools/messages.po8
-rw-r--r--source/pt-BR/svx/messages.po3489
-rw-r--r--source/pt-BR/sw/messages.po2895
-rw-r--r--source/pt-BR/uui/messages.po238
-rw-r--r--source/pt-BR/vcl/messages.po182
-rw-r--r--source/pt-BR/wizards/messages.po6
-rw-r--r--source/pt-BR/writerperfect/messages.po20
-rw-r--r--source/pt-BR/xmlsecurity/messages.po6
-rw-r--r--source/pt/chart2/messages.po38
-rw-r--r--source/pt/cui/messages.po651
-rw-r--r--source/pt/dbaccess/messages.po6
-rw-r--r--source/pt/extensions/messages.po8
-rw-r--r--source/pt/framework/messages.po126
-rw-r--r--source/pt/helpcontent2/source/text/sbasic/python.po18
-rw-r--r--source/pt/helpcontent2/source/text/sbasic/shared.po6
-rw-r--r--source/pt/helpcontent2/source/text/sbasic/shared/03.po3709
-rw-r--r--source/pt/helpcontent2/source/text/scalc/00.po18
-rw-r--r--source/pt/helpcontent2/source/text/scalc/01.po71
-rw-r--r--source/pt/helpcontent2/source/text/scalc/guide.po18
-rw-r--r--source/pt/helpcontent2/source/text/sdatabase.po467
-rw-r--r--source/pt/helpcontent2/source/text/shared/00.po194
-rw-r--r--source/pt/helpcontent2/source/text/shared/01.po236
-rw-r--r--source/pt/helpcontent2/source/text/shared/02.po122
-rw-r--r--source/pt/helpcontent2/source/text/shared/04.po8
-rw-r--r--source/pt/helpcontent2/source/text/shared/explorer/database.po604
-rw-r--r--source/pt/helpcontent2/source/text/shared/guide.po80
-rw-r--r--source/pt/helpcontent2/source/text/shared/optionen.po36
-rw-r--r--source/pt/helpcontent2/source/text/simpress.po484
-rw-r--r--source/pt/helpcontent2/source/text/simpress/00.po10
-rw-r--r--source/pt/helpcontent2/source/text/simpress/01.po40
-rw-r--r--source/pt/helpcontent2/source/text/simpress/guide.po42
-rw-r--r--source/pt/helpcontent2/source/text/smath/01.po62
-rw-r--r--source/pt/helpcontent2/source/text/swriter.po64
-rw-r--r--source/pt/helpcontent2/source/text/swriter/00.po38
-rw-r--r--source/pt/helpcontent2/source/text/swriter/01.po234
-rw-r--r--source/pt/helpcontent2/source/text/swriter/02.po323
-rw-r--r--source/pt/helpcontent2/source/text/swriter/04.po22
-rw-r--r--source/pt/helpcontent2/source/text/swriter/guide.po398
-rw-r--r--source/pt/officecfg/registry/data/org/openoffice/Office/UI.po176
-rw-r--r--source/pt/sc/messages.po98
-rw-r--r--source/pt/sd/messages.po788
-rw-r--r--source/pt/sfx2/messages.po482
-rw-r--r--source/pt/starmath/messages.po740
-rw-r--r--source/pt/svx/messages.po3485
-rw-r--r--source/pt/sw/messages.po2923
-rw-r--r--source/pt/uui/messages.po238
-rw-r--r--source/pt/vcl/messages.po178
-rw-r--r--source/pt/writerperfect/messages.po20
-rw-r--r--source/ro/cui/messages.po611
-rw-r--r--source/ro/dbaccess/messages.po6
-rw-r--r--source/ro/framework/messages.po122
-rw-r--r--source/ro/helpcontent2/source/text/sbasic/python.po14
-rw-r--r--source/ro/helpcontent2/source/text/sbasic/shared.po6
-rw-r--r--source/ro/helpcontent2/source/text/sbasic/shared/03.po3703
-rw-r--r--source/ro/helpcontent2/source/text/scalc/00.po6
-rw-r--r--source/ro/helpcontent2/source/text/scalc/01.po55
-rw-r--r--source/ro/helpcontent2/source/text/sdatabase.po465
-rw-r--r--source/ro/helpcontent2/source/text/shared/00.po180
-rw-r--r--source/ro/helpcontent2/source/text/shared/01.po190
-rw-r--r--source/ro/helpcontent2/source/text/shared/02.po92
-rw-r--r--source/ro/helpcontent2/source/text/shared/04.po6
-rw-r--r--source/ro/helpcontent2/source/text/shared/explorer/database.po600
-rw-r--r--source/ro/helpcontent2/source/text/shared/guide.po66
-rw-r--r--source/ro/helpcontent2/source/text/shared/optionen.po32
-rw-r--r--source/ro/helpcontent2/source/text/simpress.po464
-rw-r--r--source/ro/helpcontent2/source/text/simpress/00.po6
-rw-r--r--source/ro/helpcontent2/source/text/simpress/01.po26
-rw-r--r--source/ro/helpcontent2/source/text/simpress/guide.po36
-rw-r--r--source/ro/helpcontent2/source/text/smath/01.po42
-rw-r--r--source/ro/helpcontent2/source/text/swriter.po56
-rw-r--r--source/ro/helpcontent2/source/text/swriter/00.po32
-rw-r--r--source/ro/helpcontent2/source/text/swriter/01.po196
-rw-r--r--source/ro/helpcontent2/source/text/swriter/02.po303
-rw-r--r--source/ro/helpcontent2/source/text/swriter/04.po14
-rw-r--r--source/ro/helpcontent2/source/text/swriter/guide.po324
-rw-r--r--source/ro/officecfg/registry/data/org/openoffice/Office/UI.po128
-rw-r--r--source/ro/sc/messages.po86
-rw-r--r--source/ro/sd/messages.po774
-rw-r--r--source/ro/sfx2/messages.po446
-rw-r--r--source/ro/starmath/messages.po738
-rw-r--r--source/ro/svx/messages.po3499
-rw-r--r--source/ro/sw/messages.po2817
-rw-r--r--source/ro/uui/messages.po236
-rw-r--r--source/ro/vcl/messages.po176
-rw-r--r--source/ro/writerperfect/messages.po18
-rw-r--r--source/ru/cui/messages.po631
-rw-r--r--source/ru/dbaccess/messages.po6
-rw-r--r--source/ru/extensions/messages.po6
-rw-r--r--source/ru/framework/messages.po124
-rw-r--r--source/ru/helpcontent2/source/text/sbasic/python.po14
-rw-r--r--source/ru/helpcontent2/source/text/sbasic/shared.po6
-rw-r--r--source/ru/helpcontent2/source/text/sbasic/shared/03.po3703
-rw-r--r--source/ru/helpcontent2/source/text/scalc/00.po6
-rw-r--r--source/ru/helpcontent2/source/text/scalc/01.po69
-rw-r--r--source/ru/helpcontent2/source/text/sdatabase.po465
-rw-r--r--source/ru/helpcontent2/source/text/shared/00.po184
-rw-r--r--source/ru/helpcontent2/source/text/shared/01.po220
-rw-r--r--source/ru/helpcontent2/source/text/shared/02.po102
-rw-r--r--source/ru/helpcontent2/source/text/shared/04.po6
-rw-r--r--source/ru/helpcontent2/source/text/shared/explorer/database.po602
-rw-r--r--source/ru/helpcontent2/source/text/shared/guide.po80
-rw-r--r--source/ru/helpcontent2/source/text/shared/optionen.po34
-rw-r--r--source/ru/helpcontent2/source/text/simpress.po464
-rw-r--r--source/ru/helpcontent2/source/text/simpress/00.po6
-rw-r--r--source/ru/helpcontent2/source/text/simpress/01.po32
-rw-r--r--source/ru/helpcontent2/source/text/simpress/guide.po42
-rw-r--r--source/ru/helpcontent2/source/text/smath/01.po50
-rw-r--r--source/ru/helpcontent2/source/text/swriter.po64
-rw-r--r--source/ru/helpcontent2/source/text/swriter/00.po32
-rw-r--r--source/ru/helpcontent2/source/text/swriter/01.po216
-rw-r--r--source/ru/helpcontent2/source/text/swriter/02.po321
-rw-r--r--source/ru/helpcontent2/source/text/swriter/04.po20
-rw-r--r--source/ru/helpcontent2/source/text/swriter/guide.po378
-rw-r--r--source/ru/officecfg/registry/data/org/openoffice/Office/UI.po136
-rw-r--r--source/ru/sc/messages.po130
-rw-r--r--source/ru/sd/messages.po774
-rw-r--r--source/ru/sfx2/messages.po448
-rw-r--r--source/ru/starmath/messages.po738
-rw-r--r--source/ru/svx/messages.po3481
-rw-r--r--source/ru/sw/messages.po2831
-rw-r--r--source/ru/uui/messages.po238
-rw-r--r--source/ru/vcl/messages.po176
-rw-r--r--source/ru/writerperfect/messages.po20
-rw-r--r--source/rw/cui/messages.po611
-rw-r--r--source/rw/dbaccess/messages.po6
-rw-r--r--source/rw/framework/messages.po122
-rw-r--r--source/rw/officecfg/registry/data/org/openoffice/Office/UI.po124
-rw-r--r--source/rw/sc/messages.po86
-rw-r--r--source/rw/sd/messages.po772
-rw-r--r--source/rw/sfx2/messages.po446
-rw-r--r--source/rw/starmath/messages.po738
-rw-r--r--source/rw/svx/messages.po3499
-rw-r--r--source/rw/sw/messages.po2818
-rw-r--r--source/rw/uui/messages.po236
-rw-r--r--source/rw/vcl/messages.po176
-rw-r--r--source/rw/writerperfect/messages.po18
-rw-r--r--source/sa-IN/cui/messages.po611
-rw-r--r--source/sa-IN/dbaccess/messages.po6
-rw-r--r--source/sa-IN/framework/messages.po122
-rw-r--r--source/sa-IN/officecfg/registry/data/org/openoffice/Office/UI.po124
-rw-r--r--source/sa-IN/sc/messages.po86
-rw-r--r--source/sa-IN/sd/messages.po775
-rw-r--r--source/sa-IN/sfx2/messages.po446
-rw-r--r--source/sa-IN/starmath/messages.po738
-rw-r--r--source/sa-IN/svx/messages.po3499
-rw-r--r--source/sa-IN/sw/messages.po2820
-rw-r--r--source/sa-IN/uui/messages.po236
-rw-r--r--source/sa-IN/vcl/messages.po176
-rw-r--r--source/sa-IN/writerperfect/messages.po18
-rw-r--r--source/sah/cui/messages.po611
-rw-r--r--source/sah/dbaccess/messages.po6
-rw-r--r--source/sah/framework/messages.po122
-rw-r--r--source/sah/officecfg/registry/data/org/openoffice/Office/UI.po120
-rw-r--r--source/sah/sc/messages.po86
-rw-r--r--source/sah/sd/messages.po772
-rw-r--r--source/sah/sfx2/messages.po444
-rw-r--r--source/sah/starmath/messages.po738
-rw-r--r--source/sah/svx/messages.po3471
-rw-r--r--source/sah/sw/messages.po2811
-rw-r--r--source/sah/uui/messages.po236
-rw-r--r--source/sah/vcl/messages.po176
-rw-r--r--source/sah/writerperfect/messages.po18
-rw-r--r--source/sat/cui/messages.po611
-rw-r--r--source/sat/dbaccess/messages.po6
-rw-r--r--source/sat/framework/messages.po122
-rw-r--r--source/sat/officecfg/registry/data/org/openoffice/Office/UI.po129
-rw-r--r--source/sat/sc/messages.po86
-rw-r--r--source/sat/sd/messages.po775
-rw-r--r--source/sat/sfx2/messages.po446
-rw-r--r--source/sat/starmath/messages.po738
-rw-r--r--source/sat/svx/messages.po3499
-rw-r--r--source/sat/sw/messages.po2820
-rw-r--r--source/sat/uui/messages.po236
-rw-r--r--source/sat/vcl/messages.po176
-rw-r--r--source/sat/writerperfect/messages.po18
-rw-r--r--source/sd/cui/messages.po611
-rw-r--r--source/sd/dbaccess/messages.po6
-rw-r--r--source/sd/framework/messages.po122
-rw-r--r--source/sd/officecfg/registry/data/org/openoffice/Office/UI.po128
-rw-r--r--source/sd/sc/messages.po86
-rw-r--r--source/sd/sd/messages.po775
-rw-r--r--source/sd/sfx2/messages.po446
-rw-r--r--source/sd/starmath/messages.po738
-rw-r--r--source/sd/svx/messages.po3499
-rw-r--r--source/sd/sw/messages.po2818
-rw-r--r--source/sd/uui/messages.po236
-rw-r--r--source/sd/vcl/messages.po176
-rw-r--r--source/sd/writerperfect/messages.po18
-rw-r--r--source/si/cui/messages.po611
-rw-r--r--source/si/dbaccess/messages.po6
-rw-r--r--source/si/framework/messages.po122
-rw-r--r--source/si/helpcontent2/source/text/sbasic/python.po14
-rw-r--r--source/si/helpcontent2/source/text/sbasic/shared.po6
-rw-r--r--source/si/helpcontent2/source/text/sbasic/shared/03.po3703
-rw-r--r--source/si/helpcontent2/source/text/scalc/00.po6
-rw-r--r--source/si/helpcontent2/source/text/scalc/01.po55
-rw-r--r--source/si/helpcontent2/source/text/sdatabase.po465
-rw-r--r--source/si/helpcontent2/source/text/shared/00.po182
-rw-r--r--source/si/helpcontent2/source/text/shared/01.po204
-rw-r--r--source/si/helpcontent2/source/text/shared/02.po96
-rw-r--r--source/si/helpcontent2/source/text/shared/04.po6
-rw-r--r--source/si/helpcontent2/source/text/shared/explorer/database.po600
-rw-r--r--source/si/helpcontent2/source/text/shared/guide.po66
-rw-r--r--source/si/helpcontent2/source/text/shared/optionen.po32
-rw-r--r--source/si/helpcontent2/source/text/simpress.po464
-rw-r--r--source/si/helpcontent2/source/text/simpress/00.po6
-rw-r--r--source/si/helpcontent2/source/text/simpress/01.po26
-rw-r--r--source/si/helpcontent2/source/text/simpress/guide.po36
-rw-r--r--source/si/helpcontent2/source/text/smath/01.po42
-rw-r--r--source/si/helpcontent2/source/text/swriter.po64
-rw-r--r--source/si/helpcontent2/source/text/swriter/00.po32
-rw-r--r--source/si/helpcontent2/source/text/swriter/01.po202
-rw-r--r--source/si/helpcontent2/source/text/swriter/02.po317
-rw-r--r--source/si/helpcontent2/source/text/swriter/04.po20
-rw-r--r--source/si/helpcontent2/source/text/swriter/guide.po328
-rw-r--r--source/si/officecfg/registry/data/org/openoffice/Office/UI.po124
-rw-r--r--source/si/sc/messages.po86
-rw-r--r--source/si/sd/messages.po772
-rw-r--r--source/si/sfx2/messages.po446
-rw-r--r--source/si/starmath/messages.po738
-rw-r--r--source/si/svx/messages.po3499
-rw-r--r--source/si/sw/messages.po2818
-rw-r--r--source/si/uui/messages.po236
-rw-r--r--source/si/vcl/messages.po176
-rw-r--r--source/si/writerperfect/messages.po18
-rw-r--r--source/sid/cui/messages.po611
-rw-r--r--source/sid/dbaccess/messages.po6
-rw-r--r--source/sid/framework/messages.po122
-rw-r--r--source/sid/helpcontent2/source/text/sbasic/python.po14
-rw-r--r--source/sid/helpcontent2/source/text/sbasic/shared.po6
-rw-r--r--source/sid/helpcontent2/source/text/sbasic/shared/03.po3703
-rw-r--r--source/sid/helpcontent2/source/text/scalc/00.po6
-rw-r--r--source/sid/helpcontent2/source/text/scalc/01.po59
-rw-r--r--source/sid/helpcontent2/source/text/sdatabase.po465
-rw-r--r--source/sid/helpcontent2/source/text/shared/00.po184
-rw-r--r--source/sid/helpcontent2/source/text/shared/01.po202
-rw-r--r--source/sid/helpcontent2/source/text/shared/02.po102
-rw-r--r--source/sid/helpcontent2/source/text/shared/04.po6
-rw-r--r--source/sid/helpcontent2/source/text/shared/explorer/database.po602
-rw-r--r--source/sid/helpcontent2/source/text/shared/guide.po80
-rw-r--r--source/sid/helpcontent2/source/text/shared/optionen.po34
-rw-r--r--source/sid/helpcontent2/source/text/simpress.po464
-rw-r--r--source/sid/helpcontent2/source/text/simpress/00.po6
-rw-r--r--source/sid/helpcontent2/source/text/simpress/01.po26
-rw-r--r--source/sid/helpcontent2/source/text/simpress/guide.po42
-rw-r--r--source/sid/helpcontent2/source/text/smath/01.po46
-rw-r--r--source/sid/helpcontent2/source/text/swriter.po64
-rw-r--r--source/sid/helpcontent2/source/text/swriter/00.po32
-rw-r--r--source/sid/helpcontent2/source/text/swriter/01.po210
-rw-r--r--source/sid/helpcontent2/source/text/swriter/02.po321
-rw-r--r--source/sid/helpcontent2/source/text/swriter/04.po20
-rw-r--r--source/sid/helpcontent2/source/text/swriter/guide.po378
-rw-r--r--source/sid/officecfg/registry/data/org/openoffice/Office/UI.po124
-rw-r--r--source/sid/sc/messages.po86
-rw-r--r--source/sid/sd/messages.po772
-rw-r--r--source/sid/sfx2/messages.po446
-rw-r--r--source/sid/starmath/messages.po738
-rw-r--r--source/sid/svx/messages.po3499
-rw-r--r--source/sid/sw/messages.po2822
-rw-r--r--source/sid/uui/messages.po236
-rw-r--r--source/sid/vcl/messages.po176
-rw-r--r--source/sid/writerperfect/messages.po18
-rw-r--r--source/sk/cui/messages.po629
-rw-r--r--source/sk/dbaccess/messages.po6
-rw-r--r--source/sk/framework/messages.po124
-rw-r--r--source/sk/helpcontent2/source/text/sbasic/python.po14
-rw-r--r--source/sk/helpcontent2/source/text/sbasic/shared.po6
-rw-r--r--source/sk/helpcontent2/source/text/sbasic/shared/03.po3703
-rw-r--r--source/sk/helpcontent2/source/text/scalc/00.po6
-rw-r--r--source/sk/helpcontent2/source/text/scalc/01.po57
-rw-r--r--source/sk/helpcontent2/source/text/sdatabase.po465
-rw-r--r--source/sk/helpcontent2/source/text/shared/00.po184
-rw-r--r--source/sk/helpcontent2/source/text/shared/01.po218
-rw-r--r--source/sk/helpcontent2/source/text/shared/02.po100
-rw-r--r--source/sk/helpcontent2/source/text/shared/04.po6
-rw-r--r--source/sk/helpcontent2/source/text/shared/explorer/database.po600
-rw-r--r--source/sk/helpcontent2/source/text/shared/guide.po80
-rw-r--r--source/sk/helpcontent2/source/text/shared/optionen.po34
-rw-r--r--source/sk/helpcontent2/source/text/simpress.po464
-rw-r--r--source/sk/helpcontent2/source/text/simpress/00.po6
-rw-r--r--source/sk/helpcontent2/source/text/simpress/01.po32
-rw-r--r--source/sk/helpcontent2/source/text/simpress/guide.po42
-rw-r--r--source/sk/helpcontent2/source/text/smath/01.po46
-rw-r--r--source/sk/helpcontent2/source/text/swriter.po64
-rw-r--r--source/sk/helpcontent2/source/text/swriter/00.po32
-rw-r--r--source/sk/helpcontent2/source/text/swriter/01.po222
-rw-r--r--source/sk/helpcontent2/source/text/swriter/02.po321
-rw-r--r--source/sk/helpcontent2/source/text/swriter/04.po20
-rw-r--r--source/sk/helpcontent2/source/text/swriter/guide.po342
-rw-r--r--source/sk/officecfg/registry/data/org/openoffice/Office/UI.po132
-rw-r--r--source/sk/sc/messages.po88
-rw-r--r--source/sk/sd/messages.po786
-rw-r--r--source/sk/sfx2/messages.po448
-rw-r--r--source/sk/starmath/messages.po738
-rw-r--r--source/sk/svx/messages.po3481
-rw-r--r--source/sk/sw/messages.po2827
-rw-r--r--source/sk/uui/messages.po236
-rw-r--r--source/sk/vcl/messages.po176
-rw-r--r--source/sk/writerperfect/messages.po20
-rw-r--r--source/sk/xmlsecurity/messages.po6
-rw-r--r--source/sq/cui/messages.po611
-rw-r--r--source/sq/dbaccess/messages.po6
-rw-r--r--source/sq/framework/messages.po122
-rw-r--r--source/sq/helpcontent2/source/text/sbasic/python.po14
-rw-r--r--source/sq/helpcontent2/source/text/sbasic/shared.po6
-rw-r--r--source/sq/helpcontent2/source/text/sbasic/shared/03.po3703
-rw-r--r--source/sq/helpcontent2/source/text/scalc/00.po6
-rw-r--r--source/sq/helpcontent2/source/text/scalc/01.po55
-rw-r--r--source/sq/helpcontent2/source/text/sdatabase.po465
-rw-r--r--source/sq/helpcontent2/source/text/shared/00.po182
-rw-r--r--source/sq/helpcontent2/source/text/shared/01.po198
-rw-r--r--source/sq/helpcontent2/source/text/shared/02.po96
-rw-r--r--source/sq/helpcontent2/source/text/shared/04.po6
-rw-r--r--source/sq/helpcontent2/source/text/shared/explorer/database.po600
-rw-r--r--source/sq/helpcontent2/source/text/shared/guide.po66
-rw-r--r--source/sq/helpcontent2/source/text/shared/optionen.po32
-rw-r--r--source/sq/helpcontent2/source/text/simpress.po464
-rw-r--r--source/sq/helpcontent2/source/text/simpress/00.po6
-rw-r--r--source/sq/helpcontent2/source/text/simpress/01.po30
-rw-r--r--source/sq/helpcontent2/source/text/simpress/guide.po36
-rw-r--r--source/sq/helpcontent2/source/text/smath/01.po42
-rw-r--r--source/sq/helpcontent2/source/text/swriter.po64
-rw-r--r--source/sq/helpcontent2/source/text/swriter/00.po32
-rw-r--r--source/sq/helpcontent2/source/text/swriter/01.po200
-rw-r--r--source/sq/helpcontent2/source/text/swriter/02.po311
-rw-r--r--source/sq/helpcontent2/source/text/swriter/04.po20
-rw-r--r--source/sq/helpcontent2/source/text/swriter/guide.po328
-rw-r--r--source/sq/officecfg/registry/data/org/openoffice/Office/UI.po128
-rw-r--r--source/sq/sc/messages.po86
-rw-r--r--source/sq/sd/messages.po774
-rw-r--r--source/sq/sfx2/messages.po446
-rw-r--r--source/sq/starmath/messages.po738
-rw-r--r--source/sq/svx/messages.po3498
-rw-r--r--source/sq/sw/messages.po2817
-rw-r--r--source/sq/uui/messages.po236
-rw-r--r--source/sq/vcl/messages.po176
-rw-r--r--source/sq/writerperfect/messages.po18
-rw-r--r--source/sr-Latn/cui/messages.po611
-rw-r--r--source/sr-Latn/dbaccess/messages.po6
-rw-r--r--source/sr-Latn/framework/messages.po122
-rw-r--r--source/sr-Latn/officecfg/registry/data/org/openoffice/Office/UI.po125
-rw-r--r--source/sr-Latn/sc/messages.po86
-rw-r--r--source/sr-Latn/sd/messages.po772
-rw-r--r--source/sr-Latn/sfx2/messages.po447
-rw-r--r--source/sr-Latn/starmath/messages.po738
-rw-r--r--source/sr-Latn/svx/messages.po3521
-rw-r--r--source/sr-Latn/sw/messages.po2817
-rw-r--r--source/sr-Latn/uui/messages.po236
-rw-r--r--source/sr-Latn/vcl/messages.po176
-rw-r--r--source/sr-Latn/writerperfect/messages.po18
-rw-r--r--source/sr/cui/messages.po3032
-rw-r--r--source/sr/dbaccess/messages.po6
-rw-r--r--source/sr/extras/source/autocorr/emoji.po19
-rw-r--r--source/sr/filter/messages.po21
-rw-r--r--source/sr/framework/messages.po124
-rw-r--r--source/sr/officecfg/registry/data/org/openoffice/Office.po6
-rw-r--r--source/sr/officecfg/registry/data/org/openoffice/Office/UI.po142
-rw-r--r--source/sr/sc/messages.po123
-rw-r--r--source/sr/scp2/source/base.po23
-rw-r--r--source/sr/scp2/source/xsltfilter.po14
-rw-r--r--source/sr/sd/messages.po772
-rw-r--r--source/sr/sfx2/messages.po447
-rw-r--r--source/sr/starmath/messages.po738
-rw-r--r--source/sr/svx/messages.po3521
-rw-r--r--source/sr/sw/messages.po2895
-rw-r--r--source/sr/uui/messages.po238
-rw-r--r--source/sr/vcl/messages.po176
-rw-r--r--source/sr/wizards/messages.po391
-rw-r--r--source/sr/writerperfect/messages.po20
-rw-r--r--source/ss/cui/messages.po611
-rw-r--r--source/ss/dbaccess/messages.po6
-rw-r--r--source/ss/framework/messages.po122
-rw-r--r--source/ss/officecfg/registry/data/org/openoffice/Office/UI.po123
-rw-r--r--source/ss/sc/messages.po86
-rw-r--r--source/ss/sd/messages.po772
-rw-r--r--source/ss/sfx2/messages.po446
-rw-r--r--source/ss/starmath/messages.po738
-rw-r--r--source/ss/svx/messages.po3501
-rw-r--r--source/ss/sw/messages.po2818
-rw-r--r--source/ss/uui/messages.po236
-rw-r--r--source/ss/vcl/messages.po176
-rw-r--r--source/ss/writerperfect/messages.po18
-rw-r--r--source/st/cui/messages.po611
-rw-r--r--source/st/dbaccess/messages.po6
-rw-r--r--source/st/framework/messages.po122
-rw-r--r--source/st/officecfg/registry/data/org/openoffice/Office/UI.po123
-rw-r--r--source/st/sc/messages.po86
-rw-r--r--source/st/sd/messages.po772
-rw-r--r--source/st/sfx2/messages.po446
-rw-r--r--source/st/starmath/messages.po738
-rw-r--r--source/st/svx/messages.po3501
-rw-r--r--source/st/sw/messages.po2818
-rw-r--r--source/st/uui/messages.po236
-rw-r--r--source/st/vcl/messages.po176
-rw-r--r--source/st/writerperfect/messages.po18
-rw-r--r--source/sv/accessibility/messages.po36
-rw-r--r--source/sv/avmedia/messages.po34
-rw-r--r--source/sv/basctl/messages.po28
-rw-r--r--source/sv/basic/messages.po36
-rw-r--r--source/sv/chart2/messages.po32
-rw-r--r--source/sv/connectivity/messages.po32
-rw-r--r--source/sv/cui/messages.po651
-rw-r--r--source/sv/dbaccess/messages.po38
-rw-r--r--source/sv/dictionaries/da_DK.po16
-rw-r--r--source/sv/dictionaries/es.po12
-rw-r--r--source/sv/dictionaries/pt_PT.po12
-rw-r--r--source/sv/dictionaries/sq_AL.po12
-rw-r--r--source/sv/editeng/messages.po32
-rw-r--r--source/sv/extensions/messages.po32
-rw-r--r--source/sv/filter/messages.po146
-rw-r--r--source/sv/forms/messages.po36
-rw-r--r--source/sv/formula/messages.po32
-rw-r--r--source/sv/fpicker/messages.po36
-rw-r--r--source/sv/framework/messages.po154
-rw-r--r--source/sv/helpcontent2/source/text/sbasic/python.po14
-rw-r--r--source/sv/helpcontent2/source/text/sbasic/shared.po6
-rw-r--r--source/sv/helpcontent2/source/text/sbasic/shared/03.po3703
-rw-r--r--source/sv/helpcontent2/source/text/scalc/00.po6
-rw-r--r--source/sv/helpcontent2/source/text/scalc/01.po69
-rw-r--r--source/sv/helpcontent2/source/text/sdatabase.po465
-rw-r--r--source/sv/helpcontent2/source/text/shared/00.po186
-rw-r--r--source/sv/helpcontent2/source/text/shared/01.po224
-rw-r--r--source/sv/helpcontent2/source/text/shared/02.po102
-rw-r--r--source/sv/helpcontent2/source/text/shared/04.po6
-rw-r--r--source/sv/helpcontent2/source/text/shared/explorer/database.po602
-rw-r--r--source/sv/helpcontent2/source/text/shared/guide.po80
-rw-r--r--source/sv/helpcontent2/source/text/shared/optionen.po36
-rw-r--r--source/sv/helpcontent2/source/text/simpress.po464
-rw-r--r--source/sv/helpcontent2/source/text/simpress/00.po6
-rw-r--r--source/sv/helpcontent2/source/text/simpress/01.po32
-rw-r--r--source/sv/helpcontent2/source/text/simpress/guide.po42
-rw-r--r--source/sv/helpcontent2/source/text/smath/01.po48
-rw-r--r--source/sv/helpcontent2/source/text/swriter.po64
-rw-r--r--source/sv/helpcontent2/source/text/swriter/00.po32
-rw-r--r--source/sv/helpcontent2/source/text/swriter/01.po216
-rw-r--r--source/sv/helpcontent2/source/text/swriter/02.po321
-rw-r--r--source/sv/helpcontent2/source/text/swriter/04.po20
-rw-r--r--source/sv/helpcontent2/source/text/swriter/guide.po378
-rw-r--r--source/sv/officecfg/registry/data/org/openoffice/Office/UI.po130
-rw-r--r--source/sv/oox/messages.po32
-rw-r--r--source/sv/reportdesign/messages.po30
-rw-r--r--source/sv/sc/messages.po116
-rw-r--r--source/sv/scaddins/messages.po32
-rw-r--r--source/sv/sccomp/messages.po36
-rw-r--r--source/sv/sd/messages.po975
-rw-r--r--source/sv/sfx2/messages.po476
-rw-r--r--source/sv/shell/messages.po16
-rw-r--r--source/sv/starmath/messages.po772
-rw-r--r--source/sv/svl/messages.po32
-rw-r--r--source/sv/svtools/messages.po36
-rw-r--r--source/sv/svx/messages.po3511
-rw-r--r--source/sv/sw/messages.po2853
-rw-r--r--source/sv/uui/messages.po266
-rw-r--r--source/sv/vcl/messages.po208
-rw-r--r--source/sv/wizards/messages.po36
-rw-r--r--source/sv/writerperfect/messages.po50
-rw-r--r--source/sv/xmlsecurity/messages.po34
-rw-r--r--source/sw-TZ/cui/messages.po611
-rw-r--r--source/sw-TZ/dbaccess/messages.po6
-rw-r--r--source/sw-TZ/framework/messages.po122
-rw-r--r--source/sw-TZ/officecfg/registry/data/org/openoffice/Office/UI.po122
-rw-r--r--source/sw-TZ/sc/messages.po86
-rw-r--r--source/sw-TZ/sd/messages.po772
-rw-r--r--source/sw-TZ/sfx2/messages.po446
-rw-r--r--source/sw-TZ/starmath/messages.po738
-rw-r--r--source/sw-TZ/svx/messages.po3499
-rw-r--r--source/sw-TZ/sw/messages.po2818
-rw-r--r--source/sw-TZ/uui/messages.po236
-rw-r--r--source/sw-TZ/vcl/messages.po176
-rw-r--r--source/sw-TZ/writerperfect/messages.po18
-rw-r--r--source/szl/cui/messages.po611
-rw-r--r--source/szl/dbaccess/messages.po6
-rw-r--r--source/szl/framework/messages.po122
-rw-r--r--source/szl/officecfg/registry/data/org/openoffice/Office/UI.po130
-rw-r--r--source/szl/sc/messages.po86
-rw-r--r--source/szl/sd/messages.po774
-rw-r--r--source/szl/sfx2/messages.po448
-rw-r--r--source/szl/starmath/messages.po738
-rw-r--r--source/szl/svx/messages.po3481
-rw-r--r--source/szl/sw/messages.po2815
-rw-r--r--source/szl/uui/messages.po236
-rw-r--r--source/szl/vcl/messages.po176
-rw-r--r--source/szl/writerperfect/messages.po18
-rw-r--r--source/ta/cui/messages.po613
-rw-r--r--source/ta/dbaccess/messages.po6
-rw-r--r--source/ta/framework/messages.po122
-rw-r--r--source/ta/helpcontent2/source/text/sbasic/python.po14
-rw-r--r--source/ta/helpcontent2/source/text/sbasic/shared.po6
-rw-r--r--source/ta/helpcontent2/source/text/sbasic/shared/03.po3703
-rw-r--r--source/ta/helpcontent2/source/text/scalc/00.po6
-rw-r--r--source/ta/helpcontent2/source/text/scalc/01.po57
-rw-r--r--source/ta/helpcontent2/source/text/sdatabase.po465
-rw-r--r--source/ta/helpcontent2/source/text/shared/00.po182
-rw-r--r--source/ta/helpcontent2/source/text/shared/01.po200
-rw-r--r--source/ta/helpcontent2/source/text/shared/02.po98
-rw-r--r--source/ta/helpcontent2/source/text/shared/04.po6
-rw-r--r--source/ta/helpcontent2/source/text/shared/explorer/database.po600
-rw-r--r--source/ta/helpcontent2/source/text/shared/guide.po66
-rw-r--r--source/ta/helpcontent2/source/text/shared/optionen.po32
-rw-r--r--source/ta/helpcontent2/source/text/simpress.po464
-rw-r--r--source/ta/helpcontent2/source/text/simpress/00.po6
-rw-r--r--source/ta/helpcontent2/source/text/simpress/01.po32
-rw-r--r--source/ta/helpcontent2/source/text/simpress/guide.po40
-rw-r--r--source/ta/helpcontent2/source/text/smath/01.po48
-rw-r--r--source/ta/helpcontent2/source/text/swriter.po64
-rw-r--r--source/ta/helpcontent2/source/text/swriter/00.po32
-rw-r--r--source/ta/helpcontent2/source/text/swriter/01.po196
-rw-r--r--source/ta/helpcontent2/source/text/swriter/02.po321
-rw-r--r--source/ta/helpcontent2/source/text/swriter/04.po20
-rw-r--r--source/ta/helpcontent2/source/text/swriter/guide.po334
-rw-r--r--source/ta/officecfg/registry/data/org/openoffice/Office/UI.po128
-rw-r--r--source/ta/sc/messages.po86
-rw-r--r--source/ta/sd/messages.po774
-rw-r--r--source/ta/sfx2/messages.po446
-rw-r--r--source/ta/starmath/messages.po738
-rw-r--r--source/ta/svx/messages.po3499
-rw-r--r--source/ta/sw/messages.po2821
-rw-r--r--source/ta/uui/messages.po236
-rw-r--r--source/ta/vcl/messages.po176
-rw-r--r--source/ta/writerperfect/messages.po18
-rw-r--r--source/te/cui/messages.po611
-rw-r--r--source/te/dbaccess/messages.po6
-rw-r--r--source/te/framework/messages.po122
-rw-r--r--source/te/officecfg/registry/data/org/openoffice/Office/UI.po124
-rw-r--r--source/te/sc/messages.po86
-rw-r--r--source/te/sd/messages.po772
-rw-r--r--source/te/sfx2/messages.po446
-rw-r--r--source/te/starmath/messages.po738
-rw-r--r--source/te/svx/messages.po3499
-rw-r--r--source/te/sw/messages.po2819
-rw-r--r--source/te/uui/messages.po236
-rw-r--r--source/te/vcl/messages.po176
-rw-r--r--source/te/writerperfect/messages.po18
-rw-r--r--source/tg/cui/messages.po611
-rw-r--r--source/tg/dbaccess/messages.po6
-rw-r--r--source/tg/framework/messages.po122
-rw-r--r--source/tg/helpcontent2/source/text/sbasic/python.po14
-rw-r--r--source/tg/helpcontent2/source/text/sbasic/shared.po6
-rw-r--r--source/tg/helpcontent2/source/text/sbasic/shared/03.po3703
-rw-r--r--source/tg/helpcontent2/source/text/scalc/00.po6
-rw-r--r--source/tg/helpcontent2/source/text/scalc/01.po67
-rw-r--r--source/tg/helpcontent2/source/text/sdatabase.po465
-rw-r--r--source/tg/helpcontent2/source/text/shared/00.po184
-rw-r--r--source/tg/helpcontent2/source/text/shared/01.po200
-rw-r--r--source/tg/helpcontent2/source/text/shared/02.po100
-rw-r--r--source/tg/helpcontent2/source/text/shared/04.po6
-rw-r--r--source/tg/helpcontent2/source/text/shared/explorer/database.po600
-rw-r--r--source/tg/helpcontent2/source/text/shared/guide.po72
-rw-r--r--source/tg/helpcontent2/source/text/shared/optionen.po34
-rw-r--r--source/tg/helpcontent2/source/text/simpress.po464
-rw-r--r--source/tg/helpcontent2/source/text/simpress/00.po6
-rw-r--r--source/tg/helpcontent2/source/text/simpress/01.po26
-rw-r--r--source/tg/helpcontent2/source/text/simpress/guide.po40
-rw-r--r--source/tg/helpcontent2/source/text/smath/01.po46
-rw-r--r--source/tg/helpcontent2/source/text/swriter.po64
-rw-r--r--source/tg/helpcontent2/source/text/swriter/00.po32
-rw-r--r--source/tg/helpcontent2/source/text/swriter/01.po200
-rw-r--r--source/tg/helpcontent2/source/text/swriter/02.po315
-rw-r--r--source/tg/helpcontent2/source/text/swriter/04.po14
-rw-r--r--source/tg/helpcontent2/source/text/swriter/guide.po324
-rw-r--r--source/tg/officecfg/registry/data/org/openoffice/Office/UI.po124
-rw-r--r--source/tg/sc/messages.po86
-rw-r--r--source/tg/sd/messages.po772
-rw-r--r--source/tg/sfx2/messages.po446
-rw-r--r--source/tg/starmath/messages.po738
-rw-r--r--source/tg/svx/messages.po3499
-rw-r--r--source/tg/sw/messages.po2818
-rw-r--r--source/tg/uui/messages.po236
-rw-r--r--source/tg/vcl/messages.po176
-rw-r--r--source/tg/writerperfect/messages.po18
-rw-r--r--source/th/cui/messages.po611
-rw-r--r--source/th/dbaccess/messages.po6
-rw-r--r--source/th/framework/messages.po122
-rw-r--r--source/th/officecfg/registry/data/org/openoffice/Office/UI.po124
-rw-r--r--source/th/sc/messages.po86
-rw-r--r--source/th/sd/messages.po775
-rw-r--r--source/th/sfx2/messages.po446
-rw-r--r--source/th/starmath/messages.po738
-rw-r--r--source/th/svx/messages.po3499
-rw-r--r--source/th/sw/messages.po2818
-rw-r--r--source/th/uui/messages.po236
-rw-r--r--source/th/vcl/messages.po176
-rw-r--r--source/th/writerperfect/messages.po18
-rw-r--r--source/ti/cui/messages.po611
-rw-r--r--source/ti/dbaccess/messages.po6
-rw-r--r--source/ti/framework/messages.po122
-rw-r--r--source/ti/officecfg/registry/data/org/openoffice/Office/UI.po120
-rw-r--r--source/ti/sc/messages.po86
-rw-r--r--source/ti/sd/messages.po772
-rw-r--r--source/ti/sfx2/messages.po444
-rw-r--r--source/ti/starmath/messages.po738
-rw-r--r--source/ti/svx/messages.po3471
-rw-r--r--source/ti/sw/messages.po2811
-rw-r--r--source/ti/uui/messages.po236
-rw-r--r--source/ti/vcl/messages.po176
-rw-r--r--source/ti/writerperfect/messages.po18
-rw-r--r--source/tn/cui/messages.po611
-rw-r--r--source/tn/dbaccess/messages.po6
-rw-r--r--source/tn/framework/messages.po122
-rw-r--r--source/tn/officecfg/registry/data/org/openoffice/Office/UI.po123
-rw-r--r--source/tn/sc/messages.po86
-rw-r--r--source/tn/sd/messages.po772
-rw-r--r--source/tn/sfx2/messages.po446
-rw-r--r--source/tn/starmath/messages.po738
-rw-r--r--source/tn/svx/messages.po3500
-rw-r--r--source/tn/sw/messages.po2818
-rw-r--r--source/tn/uui/messages.po236
-rw-r--r--source/tn/vcl/messages.po176
-rw-r--r--source/tn/writerperfect/messages.po18
-rw-r--r--source/tr/cui/messages.po629
-rw-r--r--source/tr/dbaccess/messages.po6
-rw-r--r--source/tr/framework/messages.po124
-rw-r--r--source/tr/helpcontent2/source/text/sbasic/python.po14
-rw-r--r--source/tr/helpcontent2/source/text/sbasic/shared.po6
-rw-r--r--source/tr/helpcontent2/source/text/sbasic/shared/03.po3703
-rw-r--r--source/tr/helpcontent2/source/text/scalc/00.po6
-rw-r--r--source/tr/helpcontent2/source/text/scalc/01.po71
-rw-r--r--source/tr/helpcontent2/source/text/sdatabase.po465
-rw-r--r--source/tr/helpcontent2/source/text/shared/00.po186
-rw-r--r--source/tr/helpcontent2/source/text/shared/01.po232
-rw-r--r--source/tr/helpcontent2/source/text/shared/02.po102
-rw-r--r--source/tr/helpcontent2/source/text/shared/04.po6
-rw-r--r--source/tr/helpcontent2/source/text/shared/explorer/database.po602
-rw-r--r--source/tr/helpcontent2/source/text/shared/guide.po80
-rw-r--r--source/tr/helpcontent2/source/text/shared/optionen.po36
-rw-r--r--source/tr/helpcontent2/source/text/simpress.po464
-rw-r--r--source/tr/helpcontent2/source/text/simpress/00.po6
-rw-r--r--source/tr/helpcontent2/source/text/simpress/01.po32
-rw-r--r--source/tr/helpcontent2/source/text/simpress/guide.po42
-rw-r--r--source/tr/helpcontent2/source/text/smath/01.po60
-rw-r--r--source/tr/helpcontent2/source/text/swriter.po64
-rw-r--r--source/tr/helpcontent2/source/text/swriter/00.po32
-rw-r--r--source/tr/helpcontent2/source/text/swriter/01.po232
-rw-r--r--source/tr/helpcontent2/source/text/swriter/02.po321
-rw-r--r--source/tr/helpcontent2/source/text/swriter/04.po20
-rw-r--r--source/tr/helpcontent2/source/text/swriter/guide.po392
-rw-r--r--source/tr/officecfg/registry/data/org/openoffice/Office/UI.po130
-rw-r--r--source/tr/sc/messages.po86
-rw-r--r--source/tr/sd/messages.po774
-rw-r--r--source/tr/sfx2/messages.po448
-rw-r--r--source/tr/starmath/messages.po738
-rw-r--r--source/tr/svx/messages.po3481
-rw-r--r--source/tr/sw/messages.po2827
-rw-r--r--source/tr/uui/messages.po238
-rw-r--r--source/tr/vcl/messages.po176
-rw-r--r--source/tr/writerperfect/messages.po20
-rw-r--r--source/ts/cui/messages.po611
-rw-r--r--source/ts/dbaccess/messages.po6
-rw-r--r--source/ts/framework/messages.po122
-rw-r--r--source/ts/officecfg/registry/data/org/openoffice/Office/UI.po123
-rw-r--r--source/ts/sc/messages.po86
-rw-r--r--source/ts/sd/messages.po772
-rw-r--r--source/ts/sfx2/messages.po446
-rw-r--r--source/ts/starmath/messages.po738
-rw-r--r--source/ts/svx/messages.po3501
-rw-r--r--source/ts/sw/messages.po2818
-rw-r--r--source/ts/uui/messages.po236
-rw-r--r--source/ts/vcl/messages.po176
-rw-r--r--source/ts/writerperfect/messages.po18
-rw-r--r--source/tt/cui/messages.po611
-rw-r--r--source/tt/dbaccess/messages.po6
-rw-r--r--source/tt/framework/messages.po122
-rw-r--r--source/tt/officecfg/registry/data/org/openoffice/Office/UI.po122
-rw-r--r--source/tt/sc/messages.po86
-rw-r--r--source/tt/sd/messages.po772
-rw-r--r--source/tt/sfx2/messages.po446
-rw-r--r--source/tt/starmath/messages.po738
-rw-r--r--source/tt/svx/messages.po3488
-rw-r--r--source/tt/sw/messages.po2815
-rw-r--r--source/tt/uui/messages.po236
-rw-r--r--source/tt/vcl/messages.po176
-rw-r--r--source/tt/writerperfect/messages.po18
-rw-r--r--source/ug/cui/messages.po611
-rw-r--r--source/ug/dbaccess/messages.po6
-rw-r--r--source/ug/framework/messages.po122
-rw-r--r--source/ug/helpcontent2/source/text/sbasic/python.po14
-rw-r--r--source/ug/helpcontent2/source/text/sbasic/shared.po6
-rw-r--r--source/ug/helpcontent2/source/text/sbasic/shared/03.po3703
-rw-r--r--source/ug/helpcontent2/source/text/scalc/00.po6
-rw-r--r--source/ug/helpcontent2/source/text/scalc/01.po55
-rw-r--r--source/ug/helpcontent2/source/text/sdatabase.po465
-rw-r--r--source/ug/helpcontent2/source/text/shared/00.po184
-rw-r--r--source/ug/helpcontent2/source/text/shared/01.po202
-rw-r--r--source/ug/helpcontent2/source/text/shared/02.po96
-rw-r--r--source/ug/helpcontent2/source/text/shared/04.po6
-rw-r--r--source/ug/helpcontent2/source/text/shared/explorer/database.po600
-rw-r--r--source/ug/helpcontent2/source/text/shared/guide.po66
-rw-r--r--source/ug/helpcontent2/source/text/shared/optionen.po32
-rw-r--r--source/ug/helpcontent2/source/text/simpress.po464
-rw-r--r--source/ug/helpcontent2/source/text/simpress/00.po6
-rw-r--r--source/ug/helpcontent2/source/text/simpress/01.po26
-rw-r--r--source/ug/helpcontent2/source/text/simpress/guide.po36
-rw-r--r--source/ug/helpcontent2/source/text/smath/01.po42
-rw-r--r--source/ug/helpcontent2/source/text/swriter.po64
-rw-r--r--source/ug/helpcontent2/source/text/swriter/00.po32
-rw-r--r--source/ug/helpcontent2/source/text/swriter/01.po200
-rw-r--r--source/ug/helpcontent2/source/text/swriter/02.po321
-rw-r--r--source/ug/helpcontent2/source/text/swriter/04.po20
-rw-r--r--source/ug/helpcontent2/source/text/swriter/guide.po324
-rw-r--r--source/ug/officecfg/registry/data/org/openoffice/Office/UI.po128
-rw-r--r--source/ug/sc/messages.po86
-rw-r--r--source/ug/sd/messages.po772
-rw-r--r--source/ug/sfx2/messages.po446
-rw-r--r--source/ug/starmath/messages.po738
-rw-r--r--source/ug/svx/messages.po3499
-rw-r--r--source/ug/sw/messages.po2819
-rw-r--r--source/ug/uui/messages.po236
-rw-r--r--source/ug/vcl/messages.po176
-rw-r--r--source/ug/writerperfect/messages.po18
-rw-r--r--source/uk/cui/messages.po693
-rw-r--r--source/uk/dbaccess/messages.po10
-rw-r--r--source/uk/dictionaries/es.po12
-rw-r--r--source/uk/dictionaries/pt_PT.po12
-rw-r--r--source/uk/dictionaries/sq_AL.po12
-rw-r--r--source/uk/filter/messages.po6
-rw-r--r--source/uk/framework/messages.po124
-rw-r--r--source/uk/helpcontent2/source/text/sbasic/python.po18
-rw-r--r--source/uk/helpcontent2/source/text/sbasic/shared.po6
-rw-r--r--source/uk/helpcontent2/source/text/sbasic/shared/03.po3703
-rw-r--r--source/uk/helpcontent2/source/text/scalc/00.po6
-rw-r--r--source/uk/helpcontent2/source/text/scalc/01.po87
-rw-r--r--source/uk/helpcontent2/source/text/sdatabase.po465
-rw-r--r--source/uk/helpcontent2/source/text/shared/00.po190
-rw-r--r--source/uk/helpcontent2/source/text/shared/01.po306
-rw-r--r--source/uk/helpcontent2/source/text/shared/02.po98
-rw-r--r--source/uk/helpcontent2/source/text/shared/04.po8
-rw-r--r--source/uk/helpcontent2/source/text/shared/explorer/database.po602
-rw-r--r--source/uk/helpcontent2/source/text/shared/guide.po94
-rw-r--r--source/uk/helpcontent2/source/text/shared/optionen.po56
-rw-r--r--source/uk/helpcontent2/source/text/simpress.po484
-rw-r--r--source/uk/helpcontent2/source/text/simpress/00.po10
-rw-r--r--source/uk/helpcontent2/source/text/simpress/01.po38
-rw-r--r--source/uk/helpcontent2/source/text/simpress/guide.po42
-rw-r--r--source/uk/helpcontent2/source/text/smath.po12
-rw-r--r--source/uk/helpcontent2/source/text/smath/01.po60
-rw-r--r--source/uk/helpcontent2/source/text/swriter.po70
-rw-r--r--source/uk/helpcontent2/source/text/swriter/00.po38
-rw-r--r--source/uk/helpcontent2/source/text/swriter/01.po274
-rw-r--r--source/uk/helpcontent2/source/text/swriter/02.po323
-rw-r--r--source/uk/helpcontent2/source/text/swriter/04.po22
-rw-r--r--source/uk/helpcontent2/source/text/swriter/guide.po394
-rw-r--r--source/uk/helpcontent2/source/text/swriter/librelogo.po10
-rw-r--r--source/uk/officecfg/registry/data/org/openoffice/Office.po18
-rw-r--r--source/uk/officecfg/registry/data/org/openoffice/Office/UI.po162
-rw-r--r--source/uk/sc/messages.po132
-rw-r--r--source/uk/sd/messages.po794
-rw-r--r--source/uk/sfx2/messages.po474
-rw-r--r--source/uk/starmath/messages.po746
-rw-r--r--source/uk/svtools/messages.po10
-rw-r--r--source/uk/svx/messages.po3481
-rw-r--r--source/uk/sw/messages.po2839
-rw-r--r--source/uk/uui/messages.po238
-rw-r--r--source/uk/vcl/messages.po181
-rw-r--r--source/uk/writerperfect/messages.po20
-rw-r--r--source/uk/xmlsecurity/messages.po8
-rw-r--r--source/ur/cui/messages.po611
-rw-r--r--source/ur/dbaccess/messages.po6
-rw-r--r--source/ur/framework/messages.po122
-rw-r--r--source/ur/officecfg/registry/data/org/openoffice/Office/UI.po122
-rw-r--r--source/ur/sc/messages.po86
-rw-r--r--source/ur/sd/messages.po772
-rw-r--r--source/ur/sfx2/messages.po444
-rw-r--r--source/ur/starmath/messages.po738
-rw-r--r--source/ur/svx/messages.po3471
-rw-r--r--source/ur/sw/messages.po2811
-rw-r--r--source/ur/uui/messages.po236
-rw-r--r--source/ur/vcl/messages.po176
-rw-r--r--source/ur/writerperfect/messages.po18
-rw-r--r--source/uz/cui/messages.po611
-rw-r--r--source/uz/dbaccess/messages.po6
-rw-r--r--source/uz/framework/messages.po122
-rw-r--r--source/uz/officecfg/registry/data/org/openoffice/Office/UI.po124
-rw-r--r--source/uz/sc/messages.po86
-rw-r--r--source/uz/sd/messages.po772
-rw-r--r--source/uz/sfx2/messages.po446
-rw-r--r--source/uz/starmath/messages.po738
-rw-r--r--source/uz/svx/messages.po3500
-rw-r--r--source/uz/sw/messages.po2818
-rw-r--r--source/uz/uui/messages.po236
-rw-r--r--source/uz/vcl/messages.po176
-rw-r--r--source/uz/writerperfect/messages.po18
-rw-r--r--source/ve/cui/messages.po611
-rw-r--r--source/ve/dbaccess/messages.po6
-rw-r--r--source/ve/framework/messages.po122
-rw-r--r--source/ve/officecfg/registry/data/org/openoffice/Office/UI.po123
-rw-r--r--source/ve/sc/messages.po86
-rw-r--r--source/ve/sd/messages.po772
-rw-r--r--source/ve/sfx2/messages.po446
-rw-r--r--source/ve/starmath/messages.po738
-rw-r--r--source/ve/svx/messages.po3500
-rw-r--r--source/ve/sw/messages.po2818
-rw-r--r--source/ve/uui/messages.po236
-rw-r--r--source/ve/vcl/messages.po176
-rw-r--r--source/ve/writerperfect/messages.po18
-rw-r--r--source/vec/accessibility/messages.po32
-rw-r--r--source/vec/avmedia/messages.po32
-rw-r--r--source/vec/basctl/messages.po32
-rw-r--r--source/vec/basic/messages.po32
-rw-r--r--source/vec/chart2/messages.po32
-rw-r--r--source/vec/connectivity/messages.po32
-rw-r--r--source/vec/cui/messages.po643
-rw-r--r--source/vec/dbaccess/messages.po36
-rw-r--r--source/vec/desktop/messages.po32
-rw-r--r--source/vec/dictionaries/da_DK.po16
-rw-r--r--source/vec/dictionaries/es.po12
-rw-r--r--source/vec/dictionaries/ko_KR.po12
-rw-r--r--source/vec/dictionaries/pt_PT.po12
-rw-r--r--source/vec/dictionaries/sq_AL.po12
-rw-r--r--source/vec/editeng/messages.po32
-rw-r--r--source/vec/extensions/messages.po32
-rw-r--r--source/vec/filter/messages.po32
-rw-r--r--source/vec/forms/messages.po32
-rw-r--r--source/vec/formula/messages.po30
-rw-r--r--source/vec/fpicker/messages.po32
-rw-r--r--source/vec/framework/messages.po152
-rw-r--r--source/vec/officecfg/registry/data/org/openoffice/Office/UI.po130
-rw-r--r--source/vec/oox/messages.po32
-rw-r--r--source/vec/reportdesign/messages.po32
-rw-r--r--source/vec/sc/messages.po116
-rw-r--r--source/vec/scaddins/messages.po32
-rw-r--r--source/vec/sccomp/messages.po36
-rw-r--r--source/vec/sd/messages.po804
-rw-r--r--source/vec/sfx2/messages.po478
-rw-r--r--source/vec/shell/messages.po32
-rw-r--r--source/vec/starmath/messages.po768
-rw-r--r--source/vec/svl/messages.po32
-rw-r--r--source/vec/svtools/messages.po40
-rw-r--r--source/vec/svx/messages.po3511
-rw-r--r--source/vec/sw/messages.po2845
-rw-r--r--source/vec/uui/messages.po266
-rw-r--r--source/vec/vcl/messages.po206
-rw-r--r--source/vec/wizards/messages.po32
-rw-r--r--source/vec/wizards/source/resources.po8
-rw-r--r--source/vec/writerperfect/messages.po48
-rw-r--r--source/vec/xmlsecurity/messages.po32
-rw-r--r--source/vi/cui/messages.po613
-rw-r--r--source/vi/dbaccess/messages.po6
-rw-r--r--source/vi/framework/messages.po122
-rw-r--r--source/vi/helpcontent2/source/text/sbasic/python.po14
-rw-r--r--source/vi/helpcontent2/source/text/sbasic/shared.po6
-rw-r--r--source/vi/helpcontent2/source/text/sbasic/shared/03.po3703
-rw-r--r--source/vi/helpcontent2/source/text/scalc/00.po6
-rw-r--r--source/vi/helpcontent2/source/text/scalc/01.po69
-rw-r--r--source/vi/helpcontent2/source/text/sdatabase.po465
-rw-r--r--source/vi/helpcontent2/source/text/shared/00.po184
-rw-r--r--source/vi/helpcontent2/source/text/shared/01.po220
-rw-r--r--source/vi/helpcontent2/source/text/shared/02.po102
-rw-r--r--source/vi/helpcontent2/source/text/shared/04.po6
-rw-r--r--source/vi/helpcontent2/source/text/shared/explorer/database.po602
-rw-r--r--source/vi/helpcontent2/source/text/shared/guide.po66
-rw-r--r--source/vi/helpcontent2/source/text/shared/optionen.po34
-rw-r--r--source/vi/helpcontent2/source/text/simpress.po464
-rw-r--r--source/vi/helpcontent2/source/text/simpress/00.po6
-rw-r--r--source/vi/helpcontent2/source/text/simpress/01.po32
-rw-r--r--source/vi/helpcontent2/source/text/simpress/guide.po42
-rw-r--r--source/vi/helpcontent2/source/text/smath/01.po46
-rw-r--r--source/vi/helpcontent2/source/text/swriter.po64
-rw-r--r--source/vi/helpcontent2/source/text/swriter/00.po32
-rw-r--r--source/vi/helpcontent2/source/text/swriter/01.po216
-rw-r--r--source/vi/helpcontent2/source/text/swriter/02.po321
-rw-r--r--source/vi/helpcontent2/source/text/swriter/04.po20
-rw-r--r--source/vi/helpcontent2/source/text/swriter/guide.po376
-rw-r--r--source/vi/officecfg/registry/data/org/openoffice/Office/UI.po124
-rw-r--r--source/vi/sc/messages.po86
-rw-r--r--source/vi/sd/messages.po772
-rw-r--r--source/vi/sfx2/messages.po446
-rw-r--r--source/vi/starmath/messages.po738
-rw-r--r--source/vi/svx/messages.po3499
-rw-r--r--source/vi/sw/messages.po2826
-rw-r--r--source/vi/uui/messages.po236
-rw-r--r--source/vi/vcl/messages.po176
-rw-r--r--source/vi/writerperfect/messages.po18
-rw-r--r--source/xh/cui/messages.po611
-rw-r--r--source/xh/dbaccess/messages.po6
-rw-r--r--source/xh/framework/messages.po122
-rw-r--r--source/xh/officecfg/registry/data/org/openoffice/Office/UI.po123
-rw-r--r--source/xh/sc/messages.po86
-rw-r--r--source/xh/sd/messages.po772
-rw-r--r--source/xh/sfx2/messages.po446
-rw-r--r--source/xh/starmath/messages.po738
-rw-r--r--source/xh/svx/messages.po3501
-rw-r--r--source/xh/sw/messages.po2820
-rw-r--r--source/xh/uui/messages.po236
-rw-r--r--source/xh/vcl/messages.po176
-rw-r--r--source/xh/writerperfect/messages.po18
-rw-r--r--source/zh-CN/accessibility/messages.po42
-rw-r--r--source/zh-CN/avmedia/messages.po34
-rw-r--r--source/zh-CN/basctl/messages.po34
-rw-r--r--source/zh-CN/basic/messages.po32
-rw-r--r--source/zh-CN/chart2/messages.po32
-rw-r--r--source/zh-CN/connectivity/messages.po34
-rw-r--r--source/zh-CN/cui/messages.po699
-rw-r--r--source/zh-CN/dbaccess/messages.po36
-rw-r--r--source/zh-CN/desktop/messages.po32
-rw-r--r--source/zh-CN/dictionaries/da_DK.po10
-rw-r--r--source/zh-CN/dictionaries/pt_PT.po12
-rw-r--r--source/zh-CN/dictionaries/sq_AL.po12
-rw-r--r--source/zh-CN/editeng/messages.po32
-rw-r--r--source/zh-CN/extensions/messages.po32
-rw-r--r--source/zh-CN/filter/messages.po32
-rw-r--r--source/zh-CN/forms/messages.po36
-rw-r--r--source/zh-CN/formula/messages.po32
-rw-r--r--source/zh-CN/fpicker/messages.po34
-rw-r--r--source/zh-CN/framework/messages.po152
-rw-r--r--source/zh-CN/helpcontent2/source/text/sbasic/python.po18
-rw-r--r--source/zh-CN/helpcontent2/source/text/sbasic/shared.po6
-rw-r--r--source/zh-CN/helpcontent2/source/text/sbasic/shared/03.po3703
-rw-r--r--source/zh-CN/helpcontent2/source/text/scalc/00.po6
-rw-r--r--source/zh-CN/helpcontent2/source/text/scalc/01.po75
-rw-r--r--source/zh-CN/helpcontent2/source/text/sdatabase.po465
-rw-r--r--source/zh-CN/helpcontent2/source/text/shared/00.po190
-rw-r--r--source/zh-CN/helpcontent2/source/text/shared/01.po238
-rw-r--r--source/zh-CN/helpcontent2/source/text/shared/02.po102
-rw-r--r--source/zh-CN/helpcontent2/source/text/shared/04.po6
-rw-r--r--source/zh-CN/helpcontent2/source/text/shared/explorer/database.po602
-rw-r--r--source/zh-CN/helpcontent2/source/text/shared/guide.po82
-rw-r--r--source/zh-CN/helpcontent2/source/text/shared/optionen.po36
-rw-r--r--source/zh-CN/helpcontent2/source/text/simpress.po480
-rw-r--r--source/zh-CN/helpcontent2/source/text/simpress/00.po6
-rw-r--r--source/zh-CN/helpcontent2/source/text/simpress/01.po38
-rw-r--r--source/zh-CN/helpcontent2/source/text/simpress/guide.po42
-rw-r--r--source/zh-CN/helpcontent2/source/text/smath/01.po60
-rw-r--r--source/zh-CN/helpcontent2/source/text/swriter.po64
-rw-r--r--source/zh-CN/helpcontent2/source/text/swriter/00.po32
-rw-r--r--source/zh-CN/helpcontent2/source/text/swriter/01.po232
-rw-r--r--source/zh-CN/helpcontent2/source/text/swriter/02.po321
-rw-r--r--source/zh-CN/helpcontent2/source/text/swriter/04.po20
-rw-r--r--source/zh-CN/helpcontent2/source/text/swriter/guide.po392
-rw-r--r--source/zh-CN/officecfg/registry/data/org/openoffice/Office.po28
-rw-r--r--source/zh-CN/officecfg/registry/data/org/openoffice/Office/UI.po236
-rw-r--r--source/zh-CN/oox/messages.po32
-rw-r--r--source/zh-CN/reportdesign/messages.po32
-rw-r--r--source/zh-CN/sc/messages.po179
-rw-r--r--source/zh-CN/scaddins/messages.po32
-rw-r--r--source/zh-CN/sccomp/messages.po36
-rw-r--r--source/zh-CN/sd/messages.po824
-rw-r--r--source/zh-CN/sfx2/messages.po600
-rw-r--r--source/zh-CN/shell/messages.po36
-rw-r--r--source/zh-CN/starmath/messages.po766
-rw-r--r--source/zh-CN/svl/messages.po32
-rw-r--r--source/zh-CN/svtools/messages.po36
-rw-r--r--source/zh-CN/svx/messages.po3517
-rw-r--r--source/zh-CN/sw/messages.po2855
-rw-r--r--source/zh-CN/uui/messages.po270
-rw-r--r--source/zh-CN/vcl/messages.po208
-rw-r--r--source/zh-CN/wizards/messages.po36
-rw-r--r--source/zh-CN/writerperfect/messages.po48
-rw-r--r--source/zh-CN/xmlsecurity/messages.po32
-rw-r--r--source/zh-TW/basctl/messages.po54
-rw-r--r--source/zh-TW/cui/messages.po635
-rw-r--r--source/zh-TW/dbaccess/messages.po50
-rw-r--r--source/zh-TW/extensions/messages.po37
-rw-r--r--source/zh-TW/filter/messages.po178
-rw-r--r--source/zh-TW/formula/messages.po16
-rw-r--r--source/zh-TW/framework/messages.po128
-rw-r--r--source/zh-TW/helpcontent2/source/text/sbasic/python.po14
-rw-r--r--source/zh-TW/helpcontent2/source/text/sbasic/shared.po6
-rw-r--r--source/zh-TW/helpcontent2/source/text/sbasic/shared/03.po3703
-rw-r--r--source/zh-TW/helpcontent2/source/text/scalc/00.po6
-rw-r--r--source/zh-TW/helpcontent2/source/text/scalc/01.po69
-rw-r--r--source/zh-TW/helpcontent2/source/text/sdatabase.po465
-rw-r--r--source/zh-TW/helpcontent2/source/text/shared/00.po184
-rw-r--r--source/zh-TW/helpcontent2/source/text/shared/01.po220
-rw-r--r--source/zh-TW/helpcontent2/source/text/shared/02.po102
-rw-r--r--source/zh-TW/helpcontent2/source/text/shared/04.po6
-rw-r--r--source/zh-TW/helpcontent2/source/text/shared/explorer/database.po602
-rw-r--r--source/zh-TW/helpcontent2/source/text/shared/guide.po80
-rw-r--r--source/zh-TW/helpcontent2/source/text/shared/optionen.po34
-rw-r--r--source/zh-TW/helpcontent2/source/text/simpress.po464
-rw-r--r--source/zh-TW/helpcontent2/source/text/simpress/00.po6
-rw-r--r--source/zh-TW/helpcontent2/source/text/simpress/01.po32
-rw-r--r--source/zh-TW/helpcontent2/source/text/simpress/guide.po42
-rw-r--r--source/zh-TW/helpcontent2/source/text/smath/01.po46
-rw-r--r--source/zh-TW/helpcontent2/source/text/swriter.po64
-rw-r--r--source/zh-TW/helpcontent2/source/text/swriter/00.po32
-rw-r--r--source/zh-TW/helpcontent2/source/text/swriter/01.po216
-rw-r--r--source/zh-TW/helpcontent2/source/text/swriter/02.po321
-rw-r--r--source/zh-TW/helpcontent2/source/text/swriter/04.po20
-rw-r--r--source/zh-TW/helpcontent2/source/text/swriter/guide.po376
-rw-r--r--source/zh-TW/officecfg/registry/data/org/openoffice/Office/UI.po130
-rw-r--r--source/zh-TW/sc/messages.po86
-rw-r--r--source/zh-TW/sd/messages.po774
-rw-r--r--source/zh-TW/sfx2/messages.po448
-rw-r--r--source/zh-TW/starmath/messages.po780
-rw-r--r--source/zh-TW/svtools/messages.po60
-rw-r--r--source/zh-TW/svx/messages.po3479
-rw-r--r--source/zh-TW/sw/messages.po2825
-rw-r--r--source/zh-TW/uui/messages.po238
-rw-r--r--source/zh-TW/vcl/messages.po242
-rw-r--r--source/zh-TW/writerperfect/messages.po20
-rw-r--r--source/zu/cui/messages.po611
-rw-r--r--source/zu/dbaccess/messages.po6
-rw-r--r--source/zu/framework/messages.po122
-rw-r--r--source/zu/officecfg/registry/data/org/openoffice/Office/UI.po125
-rw-r--r--source/zu/sc/messages.po86
-rw-r--r--source/zu/sd/messages.po772
-rw-r--r--source/zu/sfx2/messages.po446
-rw-r--r--source/zu/starmath/messages.po738
-rw-r--r--source/zu/svx/messages.po3501
-rw-r--r--source/zu/sw/messages.po2819
-rw-r--r--source/zu/uui/messages.po236
-rw-r--r--source/zu/vcl/messages.po176
-rw-r--r--source/zu/writerperfect/messages.po18
3797 files changed, 1019090 insertions, 712901 deletions
diff --git a/source/ab/cui/messages.po b/source/ab/cui/messages.po
index 907644a7ed5..2fd3610255a 100644
--- a/source/ab/cui/messages.po
+++ b/source/ab/cui/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2021-02-22 17:16+0100\n"
+"POT-Creation-Date: 2021-03-23 11:44+0100\n"
"PO-Revision-Date: 2021-02-04 19:36+0000\n"
"Last-Translator: Андрей Абухба <aabuchba@mail.ru>\n"
"Language-Team: Abkhazian <https://translations.documentfoundation.org/projects/libo_ui-master/cuimessages/ab/>\n"
@@ -1901,248 +1901,176 @@ msgctxt "RID_SVXSTR_ENDQUOTE"
msgid "End Quote"
msgstr ""
-#. zvqUJ
-#: cui/inc/strings.hrc:352
-msgctxt "RID_SVXSTR_TABLE_PRESET_NONE"
-msgid "Set No Borders"
-msgstr ""
-
-#. ABKEK
-#: cui/inc/strings.hrc:353
-msgctxt "RID_SVXSTR_TABLE_PRESET_ONLYOUTER"
-msgid "Set Outer Border Only"
-msgstr ""
-
-#. ygU8P
-#: cui/inc/strings.hrc:354
-msgctxt "RID_SVXSTR_TABLE_PRESET_OUTERHORI"
-msgid "Set Outer Border and Horizontal Lines"
-msgstr ""
-
-#. q5KJ8
-#: cui/inc/strings.hrc:355
-msgctxt "RID_SVXSTR_TABLE_PRESET_OUTERALL"
-msgid "Set Outer Border and All Inner Lines"
-msgstr ""
-
-#. H5s9X
-#: cui/inc/strings.hrc:356
-msgctxt "RID_SVXSTR_TABLE_PRESET_OUTERINNER"
-msgid "Set Outer Border Without Changing Inner Lines"
-msgstr ""
-
-#. T5crG
-#: cui/inc/strings.hrc:357
-msgctxt "RID_SVXSTR_PARA_PRESET_DIAGONAL"
-msgid "Set Diagonal Lines Only"
-msgstr "Иқәыргылатәуп адиагональтә ҵәаӷәақәа рымацара"
-
-#. S6AAA
-#: cui/inc/strings.hrc:358
-msgctxt "RID_SVXSTR_PARA_PRESET_ALL"
-msgid "Set All Four Borders"
-msgstr ""
-
-#. tknFJ
-#: cui/inc/strings.hrc:359
-msgctxt "RID_SVXSTR_PARA_PRESET_LEFTRIGHT"
-msgid "Set Left and Right Borders Only"
-msgstr ""
-
-#. hSmnW
-#: cui/inc/strings.hrc:360
-msgctxt "RID_SVXSTR_PARA_PRESET_TOPBOTTOM"
-msgid "Set Top and Bottom Borders Only"
-msgstr ""
-
-#. Dy2UG
-#: cui/inc/strings.hrc:361
-msgctxt "RID_SVXSTR_PARA_PRESET_ONLYLEFT"
-msgid "Set Left Border Only"
-msgstr ""
-
-#. nCjXG
-#: cui/inc/strings.hrc:362
-msgctxt "RID_SVXSTR_HOR_PRESET_ONLYHOR"
-msgid "Set Top and Bottom Borders, and All Inner Lines"
-msgstr ""
-
-#. 46Fq7
-#: cui/inc/strings.hrc:363
-msgctxt "RID_SVXSTR_VER_PRESET_ONLYVER"
-msgid "Set Left and Right Borders, and All Inner Lines"
-msgstr ""
-
#. cZX7G
-#: cui/inc/strings.hrc:364
+#: cui/inc/strings.hrc:352
msgctxt "RID_SVXSTR_SHADOW_STYLE_NONE"
msgid "No Shadow"
msgstr "Агага ада"
#. bzAHG
-#: cui/inc/strings.hrc:365
+#: cui/inc/strings.hrc:353
msgctxt "RID_SVXSTR_SHADOW_STYLE_BOTTOMRIGHT"
msgid "Cast Shadow to Bottom Right"
msgstr ""
#. FjBGC
-#: cui/inc/strings.hrc:366
+#: cui/inc/strings.hrc:354
msgctxt "RID_SVXSTR_SHADOW_STYLE_TOPRIGHT"
msgid "Cast Shadow to Top Right"
msgstr ""
#. 5BkoC
-#: cui/inc/strings.hrc:367
+#: cui/inc/strings.hrc:355
msgctxt "RID_SVXSTR_SHADOW_STYLE_BOTTOMLEFT"
msgid "Cast Shadow to Bottom Left"
msgstr ""
#. GYB8M
-#: cui/inc/strings.hrc:368
+#: cui/inc/strings.hrc:356
msgctxt "RID_SVXSTR_SHADOW_STYLE_TOPLEFT"
msgid "Cast Shadow to Top Left"
msgstr ""
#. xTvak
-#: cui/inc/strings.hrc:369
+#: cui/inc/strings.hrc:357
msgctxt "RID_SVXSTR_SIGNATURELINE_SIGNED_BY"
msgid "Signed by: %1"
msgstr ""
#. Uc7wm
-#: cui/inc/strings.hrc:371
+#: cui/inc/strings.hrc:359
msgctxt "RID_SVXSTR_FILTER_ALL"
msgid "All files"
msgstr "Афаилқәа зегьы"
#. 8bnrf
-#: cui/inc/strings.hrc:373
+#: cui/inc/strings.hrc:361
msgctxt "RID_SVXSTR_REGISTERED_DATABASES"
msgid "Registered Databases"
msgstr ""
#. xySty
-#: cui/inc/strings.hrc:375
+#: cui/inc/strings.hrc:363
msgctxt "RID_SVXSTR_CANNOTCONVERTURL_ERR"
msgid "The URL <%1> cannot be converted to a filesystem path."
msgstr ""
#. WHVhx
-#: cui/inc/strings.hrc:377
+#: cui/inc/strings.hrc:365
msgctxt "aboutdialog|copyright"
msgid "Copyright © 2000–2021 LibreOffice contributors."
msgstr ""
#. GesDU
-#: cui/inc/strings.hrc:378
+#: cui/inc/strings.hrc:366
msgctxt "aboutdialog|link"
msgid "https://www.libreoffice.org/about-us/credits/"
msgstr "https://www.libreoffice.org/about-us/credits/"
#. WCnhx
-#: cui/inc/strings.hrc:379
+#: cui/inc/strings.hrc:367
msgctxt "aboutdialog|vendor"
msgid "This release was supplied by %OOOVENDOR."
msgstr ""
#. Lz9nx
-#: cui/inc/strings.hrc:380
+#: cui/inc/strings.hrc:368
msgctxt "aboutdialog|libreoffice"
msgid "LibreOffice was based on OpenOffice.org."
msgstr "LibreOffice базас иамоуп OpenOffice.org."
#. 9aeNR
-#: cui/inc/strings.hrc:381
+#: cui/inc/strings.hrc:369
msgctxt "aboutdialog|derived"
msgid "%PRODUCTNAME is derived from LibreOffice which was based on OpenOffice.org"
msgstr ""
#. q5Myk
-#: cui/inc/strings.hrc:382
+#: cui/inc/strings.hrc:370
msgctxt "aboutdialog|uilocale"
msgid "UI: $LOCALE"
msgstr ""
#. 3vXzF
-#: cui/inc/strings.hrc:384
+#: cui/inc/strings.hrc:372
msgctxt "optpathspage|editpaths"
msgid "Edit Paths: %1"
msgstr "Иҧсахтәуп амҩақәа: %1"
#. 8ZaCL
-#: cui/inc/strings.hrc:386
+#: cui/inc/strings.hrc:374
msgctxt "RID_SVXSTR_COMMANDLABEL"
msgid "Label"
msgstr ""
#. GceL6
-#: cui/inc/strings.hrc:387
+#: cui/inc/strings.hrc:375
msgctxt "RID_SVXSTR_COMMANDLABEL"
msgid "Command"
msgstr ""
#. dRqYc
-#: cui/inc/strings.hrc:388
+#: cui/inc/strings.hrc:376
msgctxt "RID_SVXSTR_COMMANDLABEL"
msgid "Tooltip"
msgstr ""
#. 3FZFt
-#: cui/inc/strings.hrc:390
+#: cui/inc/strings.hrc:378
msgctxt "RID_SVXSTR_QRCODEDATALONG"
msgid "The URL or text is too long for the current error correction level. Either shorten the text or decrease the correction level."
msgstr ""
#. AD8QJ
-#: cui/inc/strings.hrc:391
+#: cui/inc/strings.hrc:379
msgctxt "RID_SVXSTR_DELETEUSERCOLOR1"
msgid "You can only delete user-defined colors"
msgstr ""
#. 4LWGV
-#: cui/inc/strings.hrc:392
+#: cui/inc/strings.hrc:380
msgctxt "RID_SVXSTR_DELETEUSERCOLOR2"
msgid "Please select the color to delete"
msgstr ""
#. FjQQ5
-#: cui/inc/strings.hrc:394
+#: cui/inc/strings.hrc:382
msgctxt "RID_SVXSTR_ADDITIONS_INSTALLBUTTON"
msgid "Install"
msgstr ""
#. 2GUFq
-#: cui/inc/strings.hrc:395
+#: cui/inc/strings.hrc:383
msgctxt "RID_SVXSTR_ADDITIONS_INSTALLEDBUTTON"
msgid "Installed"
msgstr ""
#. TmK5f
-#: cui/inc/strings.hrc:396
+#: cui/inc/strings.hrc:384
msgctxt "RID_SVXSTR_ADDITIONS_INSTALLING"
msgid "Installing"
msgstr ""
#. izdAK
-#: cui/inc/strings.hrc:397
+#: cui/inc/strings.hrc:385
msgctxt "RID_SVXSTR_ADDITIONS_SEARCHING"
msgid "Searching..."
msgstr ""
#. HYT6K
-#: cui/inc/strings.hrc:398
+#: cui/inc/strings.hrc:386
msgctxt "RID_SVXSTR_ADDITIONS_LOADING"
msgid "Loading..."
msgstr ""
#. 88Ect
-#: cui/inc/strings.hrc:399
+#: cui/inc/strings.hrc:387
msgctxt "RID_SVXSTR_ADDITIONS_DIALOG_TITLE_PREFIX"
msgid "Extensions"
msgstr ""
#. KTtQE
-#: cui/inc/strings.hrc:401
+#: cui/inc/strings.hrc:389
msgctxt "RID_SVXSTR_UI_APPLYALL"
msgid "Apply to %MODULE"
msgstr ""
@@ -2319,14 +2247,15 @@ msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to show the contents of another document within your document? Use Insert ▸ Section and select Link."
msgstr ""
-#. VvEKg
+#. 6uYph
#. https://help.libreoffice.org/%PRODUCTVERSION/%LANGUAGENAME/text/swriter/guide/section_insert.html#par_id3153404
#: cui/inc/tipoftheday.hrc:77
msgctxt "RID_CUI_TIPOFTHEDAY"
-msgid "To automatically number table rows in Writer, select the relevant column, then apply a numbering style from List Styles."
+msgid "To automatically number table rows in Writer, select the relevant column, then apply a List Style."
msgstr ""
#. AzNEm
+#. no local help URI
#: cui/inc/tipoftheday.hrc:78
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "%PRODUCTNAME allows you to use assistive tools, such as external screen readers, Braille devices or speech recognition input devices."
@@ -2508,1071 +2437,1065 @@ msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "%PRODUCTNAME supports four macro security levels (from low to very high) and trusted sources."
msgstr ""
-#. FnWjD
+#. SNTbc
#. https://help.libreoffice.org/%PRODUCTVERSION/%LANGUAGENAME/text/shared/optionen/01030300.html
#: cui/inc/tipoftheday.hrc:110
msgctxt "RID_CUI_TIPOFTHEDAY"
-msgid "%PRODUCTNAME intends to apply as an organization for Google Summer of Code (GSoC) see:"
-msgstr ""
-
-#. SNTbc
-#: cui/inc/tipoftheday.hrc:111
-msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Did you know that you can attach comments to portions of text? Just use the shortcut %MOD1+%MOD2+C."
msgstr ""
#. wZDsJ
-#: cui/inc/tipoftheday.hrc:112
+#: cui/inc/tipoftheday.hrc:111
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Need to move one or more paragraphs? No need to cut and paste: Use the keyboard shortcut %MOD1+%MOD2+Arrow (Up/Down)"
msgstr ""
#. JDGDc
-#: cui/inc/tipoftheday.hrc:113
+#: cui/inc/tipoftheday.hrc:112
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Change the basic fonts for the predefined template or current document per Tools ▸ Options ▸ %PRODUCTNAME Writer ▸ Basic Fonts."
msgstr ""
#. 5Anfg
#. https://help.libreoffice.org/%PRODUCTVERSION/%LANGUAGENAME/text/shared/optionen/01040300.html
-#: cui/inc/tipoftheday.hrc:114
+#: cui/inc/tipoftheday.hrc:113
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to find words containing more than 10 characters? Edit ▸ Find and Replace ▸ Search ▸ [a-z]{10,} ▸ Other Options ▸ check Regular expressions."
msgstr ""
#. 7dDjc
-#: cui/inc/tipoftheday.hrc:115
+#: cui/inc/tipoftheday.hrc:114
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Open a CSV file as a new sheet in the current spreadsheet via Sheet ▸ Sheet from file."
msgstr ""
#. aJtLS
-#: cui/inc/tipoftheday.hrc:116
+#: cui/inc/tipoftheday.hrc:115
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Typing in bold, italics, or underlined in Writer you can continue with the default attributes using just the shortcut %MOD1+Shift+X (remove direct character formats)."
msgstr ""
#. iXjDF
-#: cui/inc/tipoftheday.hrc:117
+#: cui/inc/tipoftheday.hrc:116
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Use %MOD1+%MOD2+Shift+V to paste the contents of the clipboard as unformatted text."
msgstr ""
#. TD8Ux
-#: cui/inc/tipoftheday.hrc:118
+#: cui/inc/tipoftheday.hrc:117
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Customize footnote appearance with Tools ▸ Footnotes and Endnotes…"
msgstr ""
#. muc5F
-#: cui/inc/tipoftheday.hrc:119
+#: cui/inc/tipoftheday.hrc:118
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "With Slide Show ▸ Custom Slide Show, reorder and pick slides to fit a slideshow to the needs of your viewers."
msgstr ""
#. ZZZZo
-#: cui/inc/tipoftheday.hrc:120
+#: cui/inc/tipoftheday.hrc:119
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to change spell checking for some part of the text? Click in the language zone of the status bar or better, apply a style."
msgstr ""
#. oTX4L
-#: cui/inc/tipoftheday.hrc:121
+#: cui/inc/tipoftheday.hrc:120
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Writer can insert a blank page between two odd (even) pages that follow. Check “Print automatically inserted blank pages” in the print dialog’s %PRODUCTNAME Writer tab."
msgstr ""
#. YVF2y
-#: cui/inc/tipoftheday.hrc:122
+#: cui/inc/tipoftheday.hrc:121
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "You do not want to print all columns? Hide or group the ones you do not need."
msgstr ""
#. pZZxV
-#: cui/inc/tipoftheday.hrc:123
+#: cui/inc/tipoftheday.hrc:122
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "To modify an AutoPlay presentation, open it and after it starts, right click and select Edit in the context menu."
msgstr ""
#. WZi38
-#: cui/inc/tipoftheday.hrc:124
+#: cui/inc/tipoftheday.hrc:123
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Need to precisely position? %MOD2+arrow Keys move objects (shapes, pictures, formulas) by one pixel."
msgstr ""
#. FhocH
-#: cui/inc/tipoftheday.hrc:125
+#: cui/inc/tipoftheday.hrc:124
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Embedded help is available by pressing F1, if you have installed it. Otherwise check online at:"
msgstr ""
#. n3b6P
-#: cui/inc/tipoftheday.hrc:126
+#: cui/inc/tipoftheday.hrc:125
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Right-click in the status bar in %PRODUCTNAME Calc and select “Selection count” to display the number of selected cells."
msgstr ""
#. h7afF
-#: cui/inc/tipoftheday.hrc:127
+#: cui/inc/tipoftheday.hrc:126
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to have two or more columns for just a part of a %PRODUCTNAME Writer page? Insert ▸ Section, set with Columns tab, and place text in that section."
msgstr ""
#. DmbfV
-#: cui/inc/tipoftheday.hrc:128
+#: cui/inc/tipoftheday.hrc:127
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Use Data ▸ Statistics for sampling, descriptive statistics, analysis of variance, correlation, and much more in %PRODUCTNAME Calc."
msgstr ""
#. cVaQ3
-#: cui/inc/tipoftheday.hrc:129
+#: cui/inc/tipoftheday.hrc:128
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "You can copy from one sheet to another without the clipboard. Select the area to copy, %MOD1+click the target sheet’s tab and use Sheet ▸ Fill Cells ▸ Fill Sheets."
msgstr ""
#. QDmWG
-#: cui/inc/tipoftheday.hrc:130
+#: cui/inc/tipoftheday.hrc:129
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "You can change the look of %PRODUCTNAME via Tools ▸ Options ▸ View ▸ User Interface."
msgstr ""
#. J853i
-#: cui/inc/tipoftheday.hrc:131
+#: cui/inc/tipoftheday.hrc:130
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "In %PRODUCTNAME Impress, use Insert ▸ Media ▸ Photo Album to create a slideshow from a series of pictures with the “Photo Album” feature."
msgstr ""
#. BcK3A
-#: cui/inc/tipoftheday.hrc:132
+#: cui/inc/tipoftheday.hrc:131
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "You can show formulas instead of results with View ▸ Show Formula (or Tools ▸ Options ▸ %PRODUCTNAME Calc ▸ View ▸ Display ▸ Formulas)."
msgstr ""
#. bY8ve
-#: cui/inc/tipoftheday.hrc:133
+#: cui/inc/tipoftheday.hrc:132
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "%PRODUCTNAME is developed by a friendly community, made up of hundreds of contributors around the world. Join us with your skills beyond coding."
msgstr ""
#. GEJXj
-#: cui/inc/tipoftheday.hrc:134
+#: cui/inc/tipoftheday.hrc:133
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Left-handed? Enable Tools ▸ Options ▸ Language Settings ▸ Languages ▸ Asian and check Tools ▸ Options ▸ %PRODUCTNAME Writer ▸ View ▸ Ruler ▸ Right-aligned, which displays the scrollbar to the left."
msgstr ""
#. Bs9w9
-#: cui/inc/tipoftheday.hrc:135
+#: cui/inc/tipoftheday.hrc:134
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want your chapter titles to always begin a page? Edit Heading1 (paragraph style) ▸ Text Flow ▸ Breaks and check Insert ▸ Page ▸ Before."
msgstr ""
#. UVRgV
-#: cui/inc/tipoftheday.hrc:136
+#: cui/inc/tipoftheday.hrc:135
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Date/time value is just a number of days since a chosen day zero; in the number, integer part represents date, and fractional part is time (elapsed part of a day), with 0.5 representing noon."
msgstr ""
#. o2fy3
-#: cui/inc/tipoftheday.hrc:137
+#: cui/inc/tipoftheday.hrc:136
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Shift+%MOD1+Del deletes from cursor to the end of the current sentence."
msgstr ""
#. XDhNo
-#: cui/inc/tipoftheday.hrc:138
+#: cui/inc/tipoftheday.hrc:137
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Use column or row labels in formulas. For example, if you have two columns, “Time” and “KM”, use =Time/KM to get minutes per kilometer."
msgstr ""
#. E7GZz
-#: cui/inc/tipoftheday.hrc:139
+#: cui/inc/tipoftheday.hrc:138
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Annoyed by the “marching ants” around cells in Calc? Press escape to stop them; the copied content will remain available for pasting."
msgstr ""
#. fsDVc
-#: cui/inc/tipoftheday.hrc:140
+#: cui/inc/tipoftheday.hrc:139
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to become a %PRODUCTNAME Ambassador? There are certifications for developers, admins, and trainers."
msgstr ""
#. VWNyB
-#: cui/inc/tipoftheday.hrc:141
+#: cui/inc/tipoftheday.hrc:140
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Mix portrait and landscape orientations in a Calc spreadsheet by applying different page styles on sheets."
msgstr ""
#. eRzRG
-#: cui/inc/tipoftheday.hrc:142
+#: cui/inc/tipoftheday.hrc:141
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Click on the special character icon in the toolbar to get quick access to favorite and recent characters to insert."
msgstr ""
#. 7UE7V
-#: cui/inc/tipoftheday.hrc:143
+#: cui/inc/tipoftheday.hrc:142
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Choose “Hierarchical View” in the Styles sidebar to see the relation between styles."
msgstr ""
#. FKfZB
-#: cui/inc/tipoftheday.hrc:144
+#: cui/inc/tipoftheday.hrc:143
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "You can use styles to make the tables in your document consistent. Choose one from the predefined per Styles (F11) or via Table ▸ AutoFormat."
msgstr ""
#. UuBRE
-#: cui/inc/tipoftheday.hrc:145
+#: cui/inc/tipoftheday.hrc:144
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Configure use of the %MOD1 key to open hyperlinks? Tools ▸ Options ▸ %PRODUCTNAME ▸ Security ▸ Options ▸ “%MOD1+click required to open hyperlinks”."
msgstr ""
#. cCnpG
-#: cui/inc/tipoftheday.hrc:146
+#: cui/inc/tipoftheday.hrc:145
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "You would like to view the calculation of individual elements of a formula, select the respective elements and press F9."
msgstr ""
#. 9HtDt
-#: cui/inc/tipoftheday.hrc:147
+#: cui/inc/tipoftheday.hrc:146
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "You can protect cells with Format ▸ Cells ▸ Protection. To prevent insert, delete, rename, move/copy of sheets use Tools ▸ Protect Sheet."
msgstr ""
#. L6brZ
#. local help missing
-#: cui/inc/tipoftheday.hrc:148
+#: cui/inc/tipoftheday.hrc:147
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Write along a curve? Draw the line, double click, type the text, Format ▸ Text Box and Shape ▸ Fontwork."
msgstr ""
#. ZE6D5
-#: cui/inc/tipoftheday.hrc:149
+#: cui/inc/tipoftheday.hrc:148
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to display only the highest values in a spreadsheet? Select menu Data ▸ AutoFilter, click the drop-down arrow, and choose “Top10”."
msgstr ""
#. wAQLx
-#: cui/inc/tipoftheday.hrc:150
+#: cui/inc/tipoftheday.hrc:149
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "To remove the page number from your table of contents go to Insert ▸ Table of Contents (or right-click and Edit the previously inserted index). In the Entries tab delete the page number (#) from Structure line."
msgstr ""
#. JPu6C
-#: cui/inc/tipoftheday.hrc:151
+#: cui/inc/tipoftheday.hrc:150
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "With the Navigator you can select & move up/down headings and the text below the heading, in the Navigator and in the document."
msgstr ""
#. 8qYrk
-#: cui/inc/tipoftheday.hrc:152
+#: cui/inc/tipoftheday.hrc:151
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "To quickly get a math object in Writer type your formula, mark it, and use Insert ▸ Object ▸ Formula to convert the text."
msgstr ""
#. Zj7NA
-#: cui/inc/tipoftheday.hrc:153
+#: cui/inc/tipoftheday.hrc:152
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "With %PRODUCTNAME it is very easy to install a new dictionary: they are supplied as extensions."
msgstr ""
#. 7kaMQ
-#: cui/inc/tipoftheday.hrc:154
+#: cui/inc/tipoftheday.hrc:153
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "%PRODUCTNAME has a portable version which gives you mobility. Even without administrator rights on your computer you can install %PRODUCTNAME Portable to your hard drive too."
msgstr ""
#. GSVYQ
-#: cui/inc/tipoftheday.hrc:155
+#: cui/inc/tipoftheday.hrc:154
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Writer lets you number your footnotes per page, chapter, document: Tools ▸ Footnotes and Endnotes ▸ Footnotes tab ▸ Counting."
msgstr ""
#. gpVRV
-#: cui/inc/tipoftheday.hrc:156
+#: cui/inc/tipoftheday.hrc:155
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Your Writer document does not reopen with the text cursor at the same editing position it was when you saved it? Add First or Last name in Tools ▸ Options ▸ %PRODUCTNAME ▸ User Data ▸ First/last name."
msgstr ""
#. udDRb
-#: cui/inc/tipoftheday.hrc:157
+#: cui/inc/tipoftheday.hrc:156
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Citation management? Use a 3rd party extension."
msgstr ""
#. ALczh
-#: cui/inc/tipoftheday.hrc:158
+#: cui/inc/tipoftheday.hrc:157
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to insert a value in the same place on several sheets? Select the sheets: hold down %MOD1 key and click their tabs before entering."
msgstr ""
#. XsdGx
-#: cui/inc/tipoftheday.hrc:159
+#: cui/inc/tipoftheday.hrc:158
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to hide some text in a document? Select the text. Insert ▸ Section, and select “Hide”."
msgstr ""
#. WMnj2
#. online help is different https://help.libreoffice.org/%PRODUCTVERSION/%LANGUAGENAME/text/swriter/guide/hidden_text.html#hd_id3148675
-#: cui/inc/tipoftheday.hrc:160
+#: cui/inc/tipoftheday.hrc:159
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "You can customize the middle mouse button per Tools ▸ Options ▸ %PRODUCTNAME ▸ View ▸ Middle Mouse button."
msgstr ""
#. qQsXD
-#: cui/inc/tipoftheday.hrc:161
+#: cui/inc/tipoftheday.hrc:160
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to print two portrait pages on a landscape one (reducing A4 to A5)? File ▸ Print and select 2 at “Pages per sheet”."
msgstr ""
#. GmBZk
-#: cui/inc/tipoftheday.hrc:162
+#: cui/inc/tipoftheday.hrc:161
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "For quick access to your document bookmarks, right-click on the page number of the status bar (lower-left corner of document window)."
msgstr ""
#. Eb85a
-#: cui/inc/tipoftheday.hrc:163
+#: cui/inc/tipoftheday.hrc:162
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Select an object in the document background via the Select tool in the Drawing toolbar to surround the object to select."
msgstr ""
#. T3RSB
-#: cui/inc/tipoftheday.hrc:164
+#: cui/inc/tipoftheday.hrc:163
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 ""
#. 7CjmG
#. https://help.libreoffice.org/%PRODUCTVERSION/%LANGUAGENAME/text/swriter/guide/autotext.html
-#: cui/inc/tipoftheday.hrc:165
+#: cui/inc/tipoftheday.hrc:164
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Play music throughout a slideshow by assigning the sound to the first slide transition without clicking the “Apply to All Slides” button."
msgstr ""
#. Xrnns
-#: cui/inc/tipoftheday.hrc:166
+#: cui/inc/tipoftheday.hrc:165
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "%PRODUCTNAME Calc does not calculate from left to right but respects the order Parentheses – Exponents – Multiplication – Division – Addition – Subtraction."
msgstr ""
#. heb7V
-#: cui/inc/tipoftheday.hrc:167
+#: cui/inc/tipoftheday.hrc:166
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Get %PRODUCTNAME documentation and free user guide books at:"
msgstr ""
#. T6uNP
-#: cui/inc/tipoftheday.hrc:168
+#: cui/inc/tipoftheday.hrc:167
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to remove all <> at once and keep the text inside? Edit ▸ Find and Replace: Search = [<>], Replace = blank and check “Regular expressions” under Other options."
msgstr ""
#. e3dfT
#. local help missing
-#: cui/inc/tipoftheday.hrc:169
+#: cui/inc/tipoftheday.hrc:168
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Need to present a report written with Writer? File ▸ Send ▸ Outline to Presentation automatically creates a slideshow from the outline."
msgstr ""
#. ZdyGi
-#: cui/inc/tipoftheday.hrc:170
+#: cui/inc/tipoftheday.hrc:169
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to manage the presentation of hyperlinks in a spreadsheet? Insert them with the HYPERLINK function."
msgstr ""
#. qyyJ4
#. local help missing
-#: cui/inc/tipoftheday.hrc:171
+#: cui/inc/tipoftheday.hrc:170
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Uncheck Tools ▸ Options ▸ %PRODUCTNAME Calc ▸ View ▸ Zoom: “Synchronize sheets” so that each sheet in Calc has its own zoom factor."
msgstr ""
#. qK7Xz
-#: cui/inc/tipoftheday.hrc:172
+#: cui/inc/tipoftheday.hrc:171
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "You can set a color for each tab: right-click the tab or use Sheet ▸ Sheet Tab Color."
msgstr ""
#. YGUAo
-#: cui/inc/tipoftheday.hrc:173
+#: cui/inc/tipoftheday.hrc:172
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Trace cells used in a formula, precedents (Shift+F9) or dependents (Shift+F5) (or use Tools ▸ Detective). For each hit you go one more step in the chain."
msgstr ""
#. mJ6Gu
#. local help missing
-#: cui/inc/tipoftheday.hrc:174
+#: cui/inc/tipoftheday.hrc:173
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Insert and number your formulas in one step: type fn then F3. An AutoText is inserted with formula and number aligned in a table."
msgstr ""
#. 8rA8u
-#: cui/inc/tipoftheday.hrc:175
+#: cui/inc/tipoftheday.hrc:174
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "You can create an illustration index from object names, not only from captions."
msgstr ""
#. Bqtz5
#. https://help.libreoffice.org/%PRODUCTVERSION/%LANGUAGENAME/text/shared/01/05190000.html
-#: cui/inc/tipoftheday.hrc:176
+#: cui/inc/tipoftheday.hrc:175
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Use your Android or iPhone to remotely control your Impress presentation."
msgstr ""
#. GgzTh
#. local help missing
-#: cui/inc/tipoftheday.hrc:177
+#: cui/inc/tipoftheday.hrc:176
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to know how many days there are in the current month? Use the DAYSINMONTH(TODAY()) function."
msgstr ""
#. z72JP
-#: cui/inc/tipoftheday.hrc:178
+#: cui/inc/tipoftheday.hrc:177
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Your numbers are displayed as ### in your spreadsheet? The column is too narrow to display all digits."
msgstr ""
#. REoF7
-#: cui/inc/tipoftheday.hrc:179
+#: cui/inc/tipoftheday.hrc:178
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Enable massive parallel calculations of formula cells via Tools ▸ Options ▸ OpenCL."
msgstr ""
#. zAqfX
#. https://help.libreoffice.org/%PRODUCTVERSION/%LANGUAGENAME/text/shared/optionen/opencl.html
-#: cui/inc/tipoftheday.hrc:180
+#: cui/inc/tipoftheday.hrc:179
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Use the Connector tool from the Drawing toolbar in Draw/Impress to create nice flow charts and optionally copy/paste the object into Writer."
msgstr ""
#. Uq3tZ
-#: cui/inc/tipoftheday.hrc:181
+#: cui/inc/tipoftheday.hrc:180
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Your donations support our worldwide community."
msgstr ""
#. V2QjS
-#: cui/inc/tipoftheday.hrc:182
+#: cui/inc/tipoftheday.hrc:181
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "You want to add x months to a date? Use =EDATE(date;months)."
msgstr ""
#. uYpVp
#. local help missing
-#: cui/inc/tipoftheday.hrc:183
+#: cui/inc/tipoftheday.hrc:182
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "To select a contiguous range of cells containing data and bounded by empty row and columns use %MOD1+* (numeric key pad)."
msgstr ""
#. u4FZP
-#: cui/inc/tipoftheday.hrc:184
+#: cui/inc/tipoftheday.hrc:183
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Your date acceptance pattern is inappropriate? Use Tools ▸ Options ▸ Language Settings ▸ Language ▸ Date acceptance patterns to tweak the pattern."
msgstr ""
#. MZyXB
-#: cui/inc/tipoftheday.hrc:185
+#: cui/inc/tipoftheday.hrc:184
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to export formulas to CSV? File ▸ Save As ▸ Type:Text CSV, check “Edit filter settings”, and check “Save cell formulas” in the next dialog."
msgstr ""
#. XLN9z
-#: cui/inc/tipoftheday.hrc:186
+#: cui/inc/tipoftheday.hrc:185
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "The presenter console is a great feature when working with %PRODUCTNAME Impress. Have you checked it out?"
msgstr ""
#. PFGhM
#. local help missing
-#: cui/inc/tipoftheday.hrc:187
+#: cui/inc/tipoftheday.hrc:186
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "To delete multiple comments, select cells with comments and use Sheet ▸ Cell Comments ▸ Delete Comment."
msgstr ""
#. SMLUg
-#: cui/inc/tipoftheday.hrc:188
+#: cui/inc/tipoftheday.hrc:187
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Easily convert your documents to PDF with one click by clicking on the PDF icon in the toolbar."
msgstr ""
#. UwBoZ
-#: cui/inc/tipoftheday.hrc:189
+#: cui/inc/tipoftheday.hrc:188
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to select a large range of cells without scrolling? Type the range reference (e.g. A1:A1000) in the name box then Enter."
msgstr ""
#. Tc7Nf
-#: cui/inc/tipoftheday.hrc:190
+#: cui/inc/tipoftheday.hrc:189
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to know the valid command line parameters? Start soffice with --help or -h or -?"
msgstr ""
#. pmP5i
#. local help missing
-#: cui/inc/tipoftheday.hrc:191
+#: cui/inc/tipoftheday.hrc:190
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Fit your sheet or print ranges to a page with Format ▸ Page ▸ Sheet Tab ▸ Scaling Mode."
msgstr ""
-#. AFuSB
-#: cui/inc/tipoftheday.hrc:192
+#. KPLPC
+#: cui/inc/tipoftheday.hrc:191
msgctxt "RID_CUI_TIPOFTHEDAY"
-msgid "Need an unnumbered item in a list? Use “Insert Unnumbered Entry” in the Bullets and Numbering toolbar."
+msgid "Need to include a list item without a bullet or number? Use “Insert Unnumbered Entry” in the Bullets and Numbering toolbar."
msgstr ""
#. ZacQo
-#: cui/inc/tipoftheday.hrc:193
+#: cui/inc/tipoftheday.hrc:192
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "You can rotate cells table orientation with Table ▸ Properties… ▸ Text Flow ▸ Text orientation."
msgstr ""
#. Vi6L8
-#: cui/inc/tipoftheday.hrc:194
+#: cui/inc/tipoftheday.hrc:193
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "In %PRODUCTNAME Draw to change the 0/0 point of the rulers, drag the intersection of the two rulers in the top left corner into the workspace."
msgstr ""
#. Fcnsr
-#: cui/inc/tipoftheday.hrc:195
+#: cui/inc/tipoftheday.hrc:194
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Move a column in Calc between two others in one step? Click the header then a cell in the column, keep mouse button and move to the target with %MOD2 key."
msgstr ""
#. 3xJeA
-#: cui/inc/tipoftheday.hrc:196
+#: cui/inc/tipoftheday.hrc:195
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Automatically mark alphabetical index entries using a concordance file."
msgstr ""
#. BnMpb
#. local help missing
-#: cui/inc/tipoftheday.hrc:197
+#: cui/inc/tipoftheday.hrc:196
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Use Format ▸ Align (or the context menu) for precise positioning of objects in Draw/Impress: it centers on the page if one object is selected or works on the group respectively."
msgstr ""
#. TijVG
-#: cui/inc/tipoftheday.hrc:198
+#: cui/inc/tipoftheday.hrc:197
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Do not use tabs to space items on a Writer document. Depending on what you are trying to do, a borderless table can be a better choice."
msgstr ""
#. 6GtGH
-#: cui/inc/tipoftheday.hrc:199
+#: cui/inc/tipoftheday.hrc:198
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "No need to scroll through the list at Tools ▸ Customize ▸ Keyboard to find a shortcut: just type it."
msgstr ""
#. 63noP
-#: cui/inc/tipoftheday.hrc:200
+#: cui/inc/tipoftheday.hrc:199
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "%PRODUCTNAME can automatically add a numbered caption when you insert objects. See Tools ▸ Options ▸ %PRODUCTNAME Writer ▸ AutoCaption."
msgstr ""
#. 8kpGG
#. https://help.libreoffice.org/%PRODUCTVERSION/%LANGUAGENAME/text/shared/optionen/01041100.html
-#: cui/inc/tipoftheday.hrc:201
+#: cui/inc/tipoftheday.hrc:200
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "With %PRODUCTNAME you can use your Google Mail account to do a mail merge. Fill in Tools ▸ Options ▸ %PRODUCTNAME Writer ▸ Mail Merge Email."
msgstr ""
#. 87ozj
#. local help missing
-#: cui/inc/tipoftheday.hrc:202
+#: cui/inc/tipoftheday.hrc:201
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Keep column headers of a sheet visible when scrolling lines via View ▸ Freeze Cells ▸ Freeze First Row."
msgstr ""
#. mCfdK
-#: cui/inc/tipoftheday.hrc:203
+#: cui/inc/tipoftheday.hrc:202
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 ""
#. 5fYgo
-#: cui/inc/tipoftheday.hrc:204
+#: cui/inc/tipoftheday.hrc:203
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Apply Heading paragraph styles in Writer with shortcut keys: %MOD1+1 applies Heading 1, %MOD1+2 applies Heading 2, etc."
msgstr ""
#. DA82R
-#: cui/inc/tipoftheday.hrc:205
+#: cui/inc/tipoftheday.hrc:204
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Do not get lost in large documents. Use the Navigator (F5) to find your way through the content."
msgstr ""
#. naXEz
-#: cui/inc/tipoftheday.hrc:206
+#: cui/inc/tipoftheday.hrc:205
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Edit ▸ Find and Replace lets you insert special characters directly: right click in input fields or press Shift+%MOD1+S."
msgstr ""
#. vNBR3
-#: cui/inc/tipoftheday.hrc:207
+#: cui/inc/tipoftheday.hrc:206
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Need custom contents for metadata properties? File ▸ Properties ▸ Custom Properties tab lets you create what you want."
msgstr ""
#. 9TnEA
-#: cui/inc/tipoftheday.hrc:208
+#: cui/inc/tipoftheday.hrc:207
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to see, but not print, an object in Draw? Draw it on a layer for which the “Printable” flag is not set (right click on the tab and “Modify Layer”)."
msgstr ""
#. CGQaY
-#: cui/inc/tipoftheday.hrc:209
+#: cui/inc/tipoftheday.hrc:208
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "To insert the current date in your document, use Insert ▸ Field ▸ Date."
msgstr ""
#. vGKBe
-#: cui/inc/tipoftheday.hrc:210
+#: cui/inc/tipoftheday.hrc:209
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Got many images in your Writer document? Speed up the display by disabling View ▸ Images and charts."
msgstr ""
#. Y85ij
-#: cui/inc/tipoftheday.hrc:211
+#: cui/inc/tipoftheday.hrc:210
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Use Sheet ▸ Fill Cells ▸ Random Number to generate a random series based on various distributions."
msgstr ""
#. Y24mZ
#. https://help.libreoffice.org/%PRODUCTVERSION/%LANGUAGENAME/text/scalc/01/02140700.html
-#: cui/inc/tipoftheday.hrc:212
+#: cui/inc/tipoftheday.hrc:211
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Rename your slides in Impress to help you define “Go to page” interactions and to have a summary more explicit than Slide1, Slide2…"
msgstr ""
#. JBgEb
-#: cui/inc/tipoftheday.hrc:213
+#: cui/inc/tipoftheday.hrc:212
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Chapter numbering dialog lets you set text to be displayed before the chapter number. For example, type “Chapter ” to display “Chapter 1”"
msgstr ""
#. z3rPd
-#: cui/inc/tipoftheday.hrc:214
+#: cui/inc/tipoftheday.hrc:213
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Transpose a Writer table? Copy and paste in Calc, transpose with copy/paste special then copy/paste special ▸ Formatted text in Writer."
msgstr ""
#. DKBCg
-#: cui/inc/tipoftheday.hrc:215
+#: cui/inc/tipoftheday.hrc:214
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "To get the “Vertical Text” tool in the Drawing toolbar, check Tools ▸ Options ▸ Language Settings ▸ Languages ▸ Default languages ▸ Asian (and make the button visible with right-click)."
msgstr ""
#. mmG7g
-#: cui/inc/tipoftheday.hrc:216
+#: cui/inc/tipoftheday.hrc:215
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "To quickly zoom in on range selection, right click on the zoom part of the status bar and choose Optimal."
msgstr ""
#. FDNiA
-#: cui/inc/tipoftheday.hrc:217
+#: cui/inc/tipoftheday.hrc:216
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "You can sign existing PDF files and also verify those signatures."
msgstr ""
#. hDiRV
#. local help missing
-#: cui/inc/tipoftheday.hrc:218
+#: cui/inc/tipoftheday.hrc:217
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Often create one document from another? Consider using a template."
msgstr ""
#. nESeG
-#: cui/inc/tipoftheday.hrc:219
+#: cui/inc/tipoftheday.hrc:218
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Use Format ▸ Conditional Formatting ▸ Manage in Calc to find out which cells have been defined with conditional formatting."
msgstr ""
#. tWQPD
#. https://help.libreoffice.org/%PRODUCTVERSION/%LANGUAGENAME/text/scalc/01/05120000.html
-#: cui/inc/tipoftheday.hrc:220
+#: cui/inc/tipoftheday.hrc:219
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Tools ▸ Detective ▸ Mark Invalid Data highlights all cells in the sheet that contain values outside the validation rules."
msgstr ""
#. 4V4Vw
#. local help missing
-#: cui/inc/tipoftheday.hrc:221
+#: cui/inc/tipoftheday.hrc:220
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Use font embedding for greater interoperability with other office suites at File ▸ Properties ▸ Font."
msgstr ""
#. 9Uy9Q
-#: cui/inc/tipoftheday.hrc:222
+#: cui/inc/tipoftheday.hrc:221
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "To convert a formula into static values you do not need to copy/paste; use Data ▸ Calculate ▸ Formula to Value."
msgstr ""
#. rxKUR
-#: cui/inc/tipoftheday.hrc:223
+#: cui/inc/tipoftheday.hrc:222
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "You can reformat all comments in a document by clicking the down arrow in a comment and choose “Format all Comments”."
msgstr ""
#. 3masz
-#: cui/inc/tipoftheday.hrc:224
+#: cui/inc/tipoftheday.hrc:223
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want the same layout for the screen display and printing? Check Tools ▸ Options ▸ %PRODUCTNAME Calc ▸ General ▸ Use printer metrics for text formatting."
msgstr ""
#. zD57W
-#: cui/inc/tipoftheday.hrc:225
+#: cui/inc/tipoftheday.hrc:224
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Writer helps you to make backups: with File ▸ Save a Copy you create a new document continuing to work on the original."
msgstr ""
#. fkvVZ
-#: cui/inc/tipoftheday.hrc:226
+#: cui/inc/tipoftheday.hrc:225
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "When you have created a Style based on another, you can enter a percentage value or a point value (e.g. 110% or −2pt or +5pt)."
msgstr ""
#. PBjFr
-#: cui/inc/tipoftheday.hrc:227
+#: cui/inc/tipoftheday.hrc:226
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "To copy a comment without losing the content of the target cell you should use Paste Special and uncheck everything except “Comments” in dialog. Use Operations “Add” to not override existing content."
msgstr ""
#. Mu27G
-#: cui/inc/tipoftheday.hrc:228
+#: cui/inc/tipoftheday.hrc:227
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Batch convert your MS Office documents to OpenDocument format by the Document Converter wizard in menu File ▸ Wizards ▸ Document converter."
msgstr ""
#. WMueE
-#: cui/inc/tipoftheday.hrc:229
+#: cui/inc/tipoftheday.hrc:228
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "When editing a cell in place, you can right click and Insert fields: Date, Sheet name, Document title, etc."
msgstr ""
#. qAVmk
-#: cui/inc/tipoftheday.hrc:230
+#: cui/inc/tipoftheday.hrc:229
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Need to move a Writer table? Table ▸ Select ▸ Table and Insert ▸ Frame ▸ Frame and move where you want."
msgstr ""
#. TmaSP
-#: cui/inc/tipoftheday.hrc:231
+#: cui/inc/tipoftheday.hrc:230
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "With Tools ▸ AutoText ▸ AutoText ▸ Import you can select a Word document or a template containing the AutoText entries that you want to import."
msgstr ""
#. kwxqQ
-#: cui/inc/tipoftheday.hrc:232
+#: cui/inc/tipoftheday.hrc:231
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Do not insert manual breaks to separate two paragraphs. Rather change Indents & Spacing ▸ Spacing ▸ Below paragraph at the style/paragraph properties."
msgstr ""
#. rxTGc
-#: cui/inc/tipoftheday.hrc:233
+#: cui/inc/tipoftheday.hrc:232
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Keep the zeros before a number by using the “leading zeroes” cell format option or format the cell as text before entering the number."
msgstr ""
#. jkXFE
-#: cui/inc/tipoftheday.hrc:234
+#: cui/inc/tipoftheday.hrc:233
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to return to default after applying a list style? Click Bullets or Numbering On/Off tool on the Formatting toolbar."
msgstr ""
#. wAFRP
-#: cui/inc/tipoftheday.hrc:235
+#: cui/inc/tipoftheday.hrc:234
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Delete all of your printing areas in one step: select all sheets, then Format ▸ Print Ranges ▸ Clear."
msgstr ""
#. Cqtjg
-#: cui/inc/tipoftheday.hrc:236
+#: cui/inc/tipoftheday.hrc:235
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Add background images to spreadsheets via Insert ▸ Image or drag a background from the Gallery, then Format ▸ Arrange ▸ To Background."
msgstr ""
#. khFDu
-#: cui/inc/tipoftheday.hrc:237
+#: cui/inc/tipoftheday.hrc:236
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Having trouble pasting text from PDF files or webpages into documents? Try to paste as unformatted text (%MOD1+%MOD2+Shift+V)."
msgstr ""
#. BtaBD
-#: cui/inc/tipoftheday.hrc:238
+#: cui/inc/tipoftheday.hrc:237
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "In Calc use TRIMMEAN() to return the mean of a data set excluding the highest and lowest values."
msgstr ""
#. U2cxc
#. local help missing
-#: cui/inc/tipoftheday.hrc:239
+#: cui/inc/tipoftheday.hrc:238
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "The 4th optional parameter of VLOOKUP Calc function indicates whether the first column of data is sorted. If not, enter FALSE or zero."
msgstr ""
#. LThNS
-#: cui/inc/tipoftheday.hrc:240
+#: cui/inc/tipoftheday.hrc:239
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Toolbars are contextual—they open depending on the context. If you do not want that, uncheck them from View ▸ Toolbars."
msgstr ""
#. t9CAf
-#: cui/inc/tipoftheday.hrc:241
+#: cui/inc/tipoftheday.hrc:240
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "You can create a master document from the current Writer document? File ▸ Send ▸ Create Master Document (sub-documents are created depending of outline)."
msgstr ""
#. cPNVv
-#: cui/inc/tipoftheday.hrc:242
+#: cui/inc/tipoftheday.hrc:241
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to center cells on a printed page in Calc? Format ▸ Page, Page ▸ Layout settings ▸ Table alignment."
msgstr ""
#. dpyeU
-#: cui/inc/tipoftheday.hrc:243
+#: cui/inc/tipoftheday.hrc:242
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Frames can be linked so that the text can flow from one to the other as in desktop publishing."
msgstr ""
#. AjBA3
#. local help missing
-#: cui/inc/tipoftheday.hrc:244
+#: cui/inc/tipoftheday.hrc:243
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "You can create a chart based on a Writer table by clicking in the table and choosing Insert ▸ Chart."
msgstr ""
#. j4m6F
-#: cui/inc/tipoftheday.hrc:245
+#: cui/inc/tipoftheday.hrc:244
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Select options in Tools ▸ Options ▸ %PRODUCTNAME Writer ▸ Formatting Aids ▸ Display to specify which non-printing characters are displayed."
msgstr ""
#. 9cyVB
-#: cui/inc/tipoftheday.hrc:246
+#: cui/inc/tipoftheday.hrc:245
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to jump to a particular page by its number? Click the left-most statusbar entry or use Edit ▸ Go To Page… or press %MOD1+G."
msgstr ""
#. ULATG
-#: cui/inc/tipoftheday.hrc:247
+#: cui/inc/tipoftheday.hrc:246
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "%PRODUCTNAME supports over 150 languages."
msgstr ""
#. SLU8G
-#: cui/inc/tipoftheday.hrc:248
+#: cui/inc/tipoftheday.hrc:247
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Uncheck Slide Show ▸ Settings ▸ Presentation always on top if you need another program displays its window to the front of your presentation."
msgstr ""
#. sogyj
-#: cui/inc/tipoftheday.hrc:249
+#: cui/inc/tipoftheday.hrc:248
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to find the words in bold in a Writer document? Edit ▸ Find and Replace ▸ Other options ▸ Attributes ▸ Font weight."
msgstr ""
#. ppAeT
#. local help missing
-#: cui/inc/tipoftheday.hrc:250
+#: cui/inc/tipoftheday.hrc:249
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "You can sort paragraphs or table rows alphabetically or numerically per Tools ▸ Sort."
msgstr ""
#. 26HAu
#. https://help.libreoffice.org/%PRODUCTVERSION/%LANGUAGENAME/text/swriter/01/06100000.html
-#: cui/inc/tipoftheday.hrc:251
+#: cui/inc/tipoftheday.hrc:250
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "To insert a paragraph before (after) a section, press %MOD2+Enter at the beginning (end) of the section."
msgstr ""
#. 7dGQR
-#: cui/inc/tipoftheday.hrc:252
+#: cui/inc/tipoftheday.hrc:251
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "%PRODUCTNAME has a template center to create good looking documents—check it out."
msgstr ""
#. tvpFN
-#: cui/inc/tipoftheday.hrc:253
+#: cui/inc/tipoftheday.hrc:252
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Calculate loan repayments with Calc: eg. PMT(2%/12;36;2500) interest rate per payment period 2%/12, 36 months, loan amount 2500."
msgstr ""
#. evDnS
#. local help missing
-#: cui/inc/tipoftheday.hrc:254
+#: cui/inc/tipoftheday.hrc:253
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Cannot find what you want with the VLOOKUP function in Calc? With INDEX and MATCH you can do everything!"
msgstr ""
#. ARJgA
#. local help missing
-#: cui/inc/tipoftheday.hrc:255
+#: cui/inc/tipoftheday.hrc:254
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to show hidden column A? Click a cell in column B, press the left mouse button, move the mouse to the left, release. Then switch it on via Format ▸ Columns ▸ Show."
msgstr ""
#. Wzpbw
-#: cui/inc/tipoftheday.hrc:256
+#: cui/inc/tipoftheday.hrc:255
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "To change the number of a page in Writer, go to the properties of the first paragraph and at the Text Flow tab check Break ▸ Insert and enter the number."
msgstr ""
#. AgQyA
-#: cui/inc/tipoftheday.hrc:257
+#: cui/inc/tipoftheday.hrc:256
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Run %PRODUCTNAME in any browser via rollApp."
msgstr ""
#. mPz5B
-#: cui/inc/tipoftheday.hrc:258
+#: cui/inc/tipoftheday.hrc:257
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Strange error code in Calc, Err: followed by a number? This page gives the explanation:"
msgstr ""
#. BJ5aN
#. local help missing
-#: cui/inc/tipoftheday.hrc:259
+#: cui/inc/tipoftheday.hrc:258
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Include a paragraph that is not a title in the table of contents by changing Outline & Numbering in the paragraph settings to an outline level."
msgstr ""
#. Jx7Fr
-#: cui/inc/tipoftheday.hrc:260
+#: cui/inc/tipoftheday.hrc:259
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Apart from table of contents, %PRODUCTNAME can create Alphabetical, Illustrations, Tables, Objects, Bibliography, User-Defined indexes."
msgstr ""
#. 2DrYx
#. https://help.libreoffice.org/%PRODUCTVERSION/%LANGUAGENAME/text/swriter/guide/indices_toc.html
-#: cui/inc/tipoftheday.hrc:261
+#: cui/inc/tipoftheday.hrc:260
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Unable to modify or delete a custom cell style? Check all sheets, none should be protected."
msgstr ""
#. 55Nfb
-#: cui/inc/tipoftheday.hrc:262
+#: cui/inc/tipoftheday.hrc:261
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "You need to fill a series? Select the cell range and Sheet ▸ Fill Cells ▸ Fill Series and choose between Linear, Growth, Date and AutoFill."
msgstr ""
#. BiSJM
#. local help missing
-#: cui/inc/tipoftheday.hrc:263
+#: cui/inc/tipoftheday.hrc:262
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to know if a cell is referred in formulas of other cells? Tools ▸ Detective ▸ Trace Dependents (Shift+F5)."
msgstr ""
#. QeBjt
-#: cui/inc/tipoftheday.hrc:264
+#: cui/inc/tipoftheday.hrc:263
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "In the replace input field of auto correct options you can use the wildcards .*"
msgstr ""
#. G7J8m
-#: cui/inc/tipoftheday.hrc:265
+#: cui/inc/tipoftheday.hrc:264
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to duplicate the above line? Press %MOD1+D or use Sheet ▸ Fill Cells ▸ Fill Down."
msgstr ""
#. MG7Pu
-#: cui/inc/tipoftheday.hrc:266
+#: cui/inc/tipoftheday.hrc:265
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "To search in several spreadsheets, select them before you start the search."
msgstr ""
#. Jd6KJ
-#: cui/inc/tipoftheday.hrc:267
+#: cui/inc/tipoftheday.hrc:266
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Drag & drop cells from Calc into the normal view of a slide creates a table; into the outline view, each cell creates a line in the outline."
msgstr ""
#. DgSwJ
-#: cui/inc/tipoftheday.hrc:268
+#: cui/inc/tipoftheday.hrc:267
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "%PRODUCTNAME helps you not to enter two or more spaces in Writer. Check Tools ▸ AutoCorrect ▸ AutoCorrect Options ▸ Options ▸ Ignore double spaces."
msgstr ""
#. 3Fjtd
-#: cui/inc/tipoftheday.hrc:269
+#: cui/inc/tipoftheday.hrc:268
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want the cursor to go into the cell to the right, after entering a value in Calc? Use the Tab key instead of Enter."
msgstr ""
#. UggLQ
-#: cui/inc/tipoftheday.hrc:270
+#: cui/inc/tipoftheday.hrc:269
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "To display the scrollbar to the left, enable Tools ▸ Options ▸ Language Settings ▸ Languages ▸ Complex text and check Sheet ▸ Right-To-Left."
msgstr ""
#. gqs9W
-#: cui/inc/tipoftheday.hrc:271
+#: cui/inc/tipoftheday.hrc:270
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Drag a formatted object to the Styles and Formatting window. A dialog box opens, just enter the name of the new style."
msgstr ""
#. EabEN
-#: cui/inc/tipoftheday.hrc:272
+#: cui/inc/tipoftheday.hrc:271
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "New versions of %PRODUCTNAME provide new features, bug fixes, and security patches. Keep your software updated!"
msgstr ""
#. cmz6r
-#: cui/inc/tipoftheday.hrc:273
+#: cui/inc/tipoftheday.hrc:272
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Developing new XSLT and XML filters?"
msgstr ""
#. C7Ya2
-#: cui/inc/tipoftheday.hrc:274
+#: cui/inc/tipoftheday.hrc:273
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Press Shift+F1 to see any available extended tooltips in dialog boxes, when \"Extended tips\" is not enabled in Tools ▸ Options ▸ %PRODUCTNAME ▸ General."
msgstr ""
#. hsZPg
-#: cui/inc/tipoftheday.hrc:277
+#: cui/inc/tipoftheday.hrc:276
msgctxt "STR_HELP_LINK"
msgid "%PRODUCTNAME Help"
msgstr ""
#. NG4jW
-#: cui/inc/tipoftheday.hrc:278
+#: cui/inc/tipoftheday.hrc:277
msgctxt "STR_MORE_LINK"
msgid "More info"
msgstr ""
#. sCREc
-#: cui/inc/tipoftheday.hrc:279
+#: cui/inc/tipoftheday.hrc:278
msgctxt "STR_UNO_LINK"
msgid "Run this action now..."
msgstr ""
#. P6JME
-#: cui/inc/tipoftheday.hrc:280
+#: cui/inc/tipoftheday.hrc:279
msgctxt "STR_TITLE"
msgid "Tip of the Day: %CURRENT/%TOTAL"
msgstr ""
#. C6Dsn
-#: cui/inc/tipoftheday.hrc:281
+#: cui/inc/tipoftheday.hrc:280
msgctxt "STR_CMD"
msgid "⌘ Cmd"
msgstr ""
#. RpVWs
#. use narrow no-break space U+202F here
-#: cui/inc/tipoftheday.hrc:282
+#: cui/inc/tipoftheday.hrc:281
msgctxt "STR_CTRL"
msgid "Ctrl"
msgstr ""
#. mZWSR
-#: cui/inc/tipoftheday.hrc:283
+#: cui/inc/tipoftheday.hrc:282
msgctxt "STR_CMD"
msgid "Alt"
msgstr ""
#. QtEGa
-#: cui/inc/tipoftheday.hrc:284
+#: cui/inc/tipoftheday.hrc:283
msgctxt "STR_CTRL"
msgid "⌥ Opt"
msgstr ""
@@ -3583,22 +3506,22 @@ msgctxt "RID_CUI_TOOLBARMODES"
msgid "Standard user interface with menu, toolbar, and collapsed sidebar. Intended for users who are familiar with the classic interface."
msgstr ""
-#. 8irik
+#. BoVy3
#: cui/inc/toolbarmode.hrc:23
msgctxt "RID_CUI_TOOLBARMODES"
-msgid "Standard user interface but with single-line toolbar. Intended for use on small screens."
+msgid "The Tabbed user interface is the most similar to the Ribbons used in Microsoft Office. It organizes functions in tabs and makes the main menu obsolete."
msgstr ""
-#. wKg2Q
+#. 8irik
#: cui/inc/toolbarmode.hrc:24
msgctxt "RID_CUI_TOOLBARMODES"
-msgid "Standard user interface with expanded sidebar. Expert users who want to quickly change many different properties are advised to use this UI."
+msgid "Standard user interface but with single-line toolbar. Intended for use on small screens."
msgstr ""
-#. BoVy3
+#. wKg2Q
#: cui/inc/toolbarmode.hrc:25
msgctxt "RID_CUI_TOOLBARMODES"
-msgid "The Tabbed user interface is the most similar to the Ribbons used in Microsoft Office. It organizes functions in tabs and makes the main menu obsolete."
+msgid "Standard user interface with expanded sidebar. Expert users who want to quickly change many different properties are advised to use this UI."
msgstr ""
#. qXq4A
@@ -3607,16 +3530,16 @@ msgctxt "RID_CUI_TOOLBARMODES"
msgid "The Tabbed Compact variant aims to be familiar with the Microsoft Office interface, yet occupying less space for smaller screens."
msgstr ""
-#. LXAzN
+#. oZV6K
#: cui/inc/toolbarmode.hrc:27
msgctxt "RID_CUI_TOOLBARMODES"
-msgid "The Groupedbar Compact interface provides access to functions in groups, with icons for most-frequently used features, and dropdown menus for others. This compact variant favors vertical space."
+msgid "The Groupedbar interface provides access to functions in groups, with icons for most-frequently used features, and dropdown menus for others. This full variant favors functions and is slightly larger than others."
msgstr ""
-#. oZV6K
+#. LXAzN
#: cui/inc/toolbarmode.hrc:28
msgctxt "RID_CUI_TOOLBARMODES"
-msgid "The Groupedbar interface provides access to functions in groups, with icons for most-frequently used features, and dropdown menus for others. This full variant favors functions and is slightly larger than others."
+msgid "The Groupedbar Compact interface provides access to functions in groups, with icons for most-frequently used features, and dropdown menus for others. This compact variant favors vertical space."
msgstr ""
#. eGMCZ
@@ -13011,10 +12934,10 @@ msgctxt "numberingoptionspage|separator"
msgid "Separator"
msgstr "Аиҟәшага"
-#. AEaYR
+#. GCjCU
#: cui/uiconfig/ui/numberingoptionspage.ui:515
msgctxt "numberingoptionspage|extended_tip|suffix"
-msgid "Enter a character or the text to display behind the number in the list. If you want to create a numbered list that uses the style \"1.)\", enter \".)\" in this box."
+msgid "Enter a character or the text to display behind the number in the list. To create the numbering scheme \"1.)\", enter \".)\" in this box."
msgstr ""
#. wVrAN
@@ -14804,22 +14727,46 @@ msgctxt "optionsdialog|OptionsDialog"
msgid "Options"
msgstr "Апараметрқәа"
+#. LDcDG
+#: cui/uiconfig/ui/optionsdialog.ui:54
+msgctxt "optionsdialog|revert"
+msgid "Unsaved modifications to this tab are reverted."
+msgstr ""
+
#. 5UNGW
-#: cui/uiconfig/ui/optionsdialog.ui:56
+#: cui/uiconfig/ui/optionsdialog.ui:57
msgctxt "optionsdialog|extended_tip|revert"
msgid "Resets changes made to the current tab to those applicable when this dialog was opened."
msgstr ""
-#. r2pWX
+#. xvVsW
+#: cui/uiconfig/ui/optionsdialog.ui:74
+msgctxt "optionsdialog|apply"
+msgid "Save all modifications without closing dialog. Cannot be reverted with Reset."
+msgstr ""
+
+#. isfxZ
#: cui/uiconfig/ui/optionsdialog.ui:91
+msgctxt "optionsdialog|ok"
+msgid "Save all changes and close dialog."
+msgstr ""
+
+#. r2pWX
+#: cui/uiconfig/ui/optionsdialog.ui:94
msgctxt "optionsdialog|extended_tip|ok"
msgid "Saves all changes and closes dialog."
msgstr ""
-#. 9asgn
-#: cui/uiconfig/ui/optionsdialog.ui:110
+#. QVDXj
+#: cui/uiconfig/ui/optionsdialog.ui:111
+msgctxt "optionsdialog|cancel"
+msgid "Discard all unsaved changes and close dialog."
+msgstr ""
+
+#. mVmUq
+#: cui/uiconfig/ui/optionsdialog.ui:114
msgctxt "optionsdialog|extended_tip|cancel"
-msgid "Closes dialog and discards all changes."
+msgid "Closes dialog and discards all unsaved changes."
msgstr ""
#. CgiEq
@@ -21033,13 +20980,13 @@ msgid "_Next Tip"
msgstr ""
#. 7GFVf
-#: cui/uiconfig/ui/tipofthedaydialog.ui:107
+#: cui/uiconfig/ui/tipofthedaydialog.ui:109
msgctxt "TipOfTheDayDialog|Title"
msgid "Did you know?"
msgstr ""
#. oaRzT
-#: cui/uiconfig/ui/tipofthedaydialog.ui:147
+#: cui/uiconfig/ui/tipofthedaydialog.ui:149
msgctxt "TipOfTheDayDialog|Link_Button"
msgid "Link"
msgstr ""
@@ -21051,79 +20998,79 @@ msgid "Select Your Preferred User Interface"
msgstr ""
#. rSnx7
-#: cui/uiconfig/ui/toolbarmodedialog.ui:30
+#: cui/uiconfig/ui/toolbarmodedialog.ui:33
msgctxt "ToolbarmodeDialog|applyall"
msgid "A_pply to All"
msgstr ""
#. kPZub
-#: cui/uiconfig/ui/toolbarmodedialog.ui:46
+#: cui/uiconfig/ui/toolbarmodedialog.ui:49
msgctxt "ToolbarmodeDialog|applymodule"
msgid "A_pply to %MODULE"
msgstr ""
#. odHug
-#: cui/uiconfig/ui/toolbarmodedialog.ui:107
+#: cui/uiconfig/ui/toolbarmodedialog.ui:110
msgctxt "ToolbarmodeDialog|radiobutton1"
msgid "Standard Toolbar"
msgstr ""
-#. WRYEa
-#: cui/uiconfig/ui/toolbarmodedialog.ui:124
-msgctxt "ToolbarmodeDialog|radiobutton4"
+#. Vsppg
+#: cui/uiconfig/ui/toolbarmodedialog.ui:127
+msgctxt "ToolbarmodeDialog|radiobutton2"
msgid "Tabbed"
msgstr ""
+#. DZLbS
+#: cui/uiconfig/ui/toolbarmodedialog.ui:156
+msgctxt "ToolbarmodeDialog|radiobutton3"
+msgid "Single Toolbar"
+msgstr ""
+
+#. KDJfx
+#: cui/uiconfig/ui/toolbarmodedialog.ui:174
+msgctxt "ToolbarmodeDialog|radiobutton4"
+msgid "Sidebar"
+msgstr ""
+
#. YvSd9
-#: cui/uiconfig/ui/toolbarmodedialog.ui:142
+#: cui/uiconfig/ui/toolbarmodedialog.ui:192
msgctxt "ToolbarmodeDialog|radiobutton5"
msgid "Tabbed Compact"
msgstr ""
-#. yT3UT
-#: cui/uiconfig/ui/toolbarmodedialog.ui:160
-msgctxt "ToolbarmodeDialog|radiobutton7"
+#. AipCL
+#: cui/uiconfig/ui/toolbarmodedialog.ui:210
+msgctxt "ToolbarmodeDialog|radiobutton6"
msgid "Groupedbar"
msgstr ""
-#. jAJbo
-#: cui/uiconfig/ui/toolbarmodedialog.ui:178
-msgctxt "ToolbarmodeDialog|radiobutton6"
+#. qwCAA
+#: cui/uiconfig/ui/toolbarmodedialog.ui:228
+msgctxt "ToolbarmodeDialog|radiobutton7"
msgid "Groupedbar Compact"
msgstr ""
#. iSVgL
-#: cui/uiconfig/ui/toolbarmodedialog.ui:196
+#: cui/uiconfig/ui/toolbarmodedialog.ui:246
msgctxt "ToolbarmodeDialog|radiobutton8"
msgid "Contextual Single"
msgstr ""
#. TrcWq
-#: cui/uiconfig/ui/toolbarmodedialog.ui:214
+#: cui/uiconfig/ui/toolbarmodedialog.ui:264
msgctxt "ToolbarmodeDialog|radiobutton9"
msgid "Contextual Groups"
msgstr ""
-#. wTDDF
-#: cui/uiconfig/ui/toolbarmodedialog.ui:232
-msgctxt "ToolbarmodeDialog|radiobutton2"
-msgid "Single Toolbar"
-msgstr ""
-
-#. AMgFL
-#: cui/uiconfig/ui/toolbarmodedialog.ui:250
-msgctxt "ToolbarmodeDialog|radiobutton3"
-msgid "Sidebar"
-msgstr ""
-
#. kGdXR
-#: cui/uiconfig/ui/toolbarmodedialog.ui:272
+#: cui/uiconfig/ui/toolbarmodedialog.ui:286
msgctxt "ToolbarmodeDialog|leftframe"
msgid "UI variants"
msgstr ""
#. H7m7J
-#: cui/uiconfig/ui/toolbarmodedialog.ui:356
+#: cui/uiconfig/ui/toolbarmodedialog.ui:370
msgctxt "ToolbarmodeDialog|rightframe"
msgid "Preview"
msgstr ""
diff --git a/source/ab/dbaccess/messages.po b/source/ab/dbaccess/messages.po
index 0193cda6782..07a40d77619 100644
--- a/source/ab/dbaccess/messages.po
+++ b/source/ab/dbaccess/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2021-02-17 15:58+0100\n"
+"POT-Creation-Date: 2021-03-08 14:39+0100\n"
"PO-Revision-Date: 2021-02-12 17:36+0000\n"
"Last-Translator: Андрей Абухба <aabuchba@mail.ru>\n"
"Language-Team: Abkhazian <https://translations.documentfoundation.org/projects/libo_ui-master/dbaccessmessages/ab/>\n"
@@ -3282,13 +3282,13 @@ msgid "Select the type of database to which you want to establish a connection."
msgstr ""
#. YBtFA
-#: dbaccess/uiconfig/ui/generalpagedialog.ui:32
+#: dbaccess/uiconfig/ui/generalpagedialog.ui:34
msgctxt "generalpagedialog|datasourceTypeLabel"
msgid "Database _type:"
msgstr "Адырқәа рбаза атип:"
#. CBhUu
-#: dbaccess/uiconfig/ui/generalpagedialog.ui:60
+#: dbaccess/uiconfig/ui/generalpagedialog.ui:62
msgctxt "generalpagedialog|datasourceTypeHelp"
msgid ""
"On the following pages, you can make detailed settings for the connection.\n"
diff --git a/source/ab/extras/source/autocorr/emoji.po b/source/ab/extras/source/autocorr/emoji.po
index 04c3548f9bd..31c719a568e 100644
--- a/source/ab/extras/source/autocorr/emoji.po
+++ b/source/ab/extras/source/autocorr/emoji.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2019-07-11 18:38+0200\n"
-"PO-Revision-Date: 2021-02-15 15:38+0000\n"
+"PO-Revision-Date: 2021-02-28 09:37+0000\n"
"Last-Translator: Андрей Абухба <aabuchba@mail.ru>\n"
"Language-Team: Abkhazian <https://translations.documentfoundation.org/projects/libo_ui-master/extrassourceautocorremoji/ab/>\n"
"Language: ab\n"
@@ -84,7 +84,7 @@ msgctxt ""
"REGISTERED_SIGN\n"
"LngText.text"
msgid "registered"
-msgstr ""
+msgstr "арегистрациа зызу амарка"
#. ° (U+000B0), see http://wiki.documentfoundation.org/Emoji
#. KCLL8
@@ -854,7 +854,7 @@ msgctxt ""
"TRADE_MARK_SIGN\n"
"LngText.text"
msgid "tm"
-msgstr ""
+msgstr "ахәаахәҭратә марка"
#. ℹ (U+02139), see http://wiki.documentfoundation.org/Emoji
#. 8a4FF
@@ -1144,7 +1144,7 @@ msgctxt ""
"SMALL_ELEMENT_OF\n"
"LngText.text"
msgid "small in"
-msgstr ""
+msgstr "амаҷ аҵанакуеит"
#. ∋ (U+0220B), see http://wiki.documentfoundation.org/Emoji
#. E33bc
diff --git a/source/ab/filter/source/config/fragments/filters.po b/source/ab/filter/source/config/fragments/filters.po
index f07a33c5d40..5fdda344f20 100644
--- a/source/ab/filter/source/config/fragments/filters.po
+++ b/source/ab/filter/source/config/fragments/filters.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2020-04-27 15:54+0200\n"
-"PO-Revision-Date: 2021-02-09 16:36+0000\n"
+"PO-Revision-Date: 2021-03-06 20:36+0000\n"
"Last-Translator: Андрей Абухба <aabuchba@mail.ru>\n"
"Language-Team: Abkhazian <https://translations.documentfoundation.org/projects/libo_ui-master/filtersourceconfigfragmentsfilters/ab/>\n"
"Language: ab\n"
@@ -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.4.2\n"
"X-POOTLE-MTIME: 1532251331.000000\n"
#. FR4Ff
@@ -224,7 +224,7 @@ msgctxt ""
"UIName\n"
"value.text"
msgid "EPS - Encapsulated PostScript"
-msgstr ""
+msgstr "EPS - инкапсулиару PostScript"
#. 8G7zT
#: EPUB.xcu
@@ -804,7 +804,7 @@ msgctxt ""
"UIName\n"
"value.text"
msgid "Office Open XML Text Template (Transitional)"
-msgstr ""
+msgstr "Office Open XML (Еиҭаҵуа) атексттә документ ашаблон"
#. B4Xqe
#: PBM___Portable_Bitmap.xcu
@@ -964,7 +964,7 @@ msgctxt ""
"UIName\n"
"value.text"
msgid "RAS - Sun Raster Image"
-msgstr ""
+msgstr "RAS - Sun Raster Image"
#. CSy82
#: Rich_Text_Format.xcu
@@ -994,7 +994,7 @@ msgctxt ""
"UIName\n"
"value.text"
msgid "SVG - Scalable Vector Graphics"
-msgstr ""
+msgstr "SVG - Scalable Vector Graphics"
#. MwrSz
#: SVG___Scalable_Vector_Graphics_Draw.xcu
@@ -1404,7 +1404,7 @@ msgctxt ""
"UIName\n"
"value.text"
msgid "Gnumeric Spreadsheet"
-msgstr ""
+msgstr "Gnumeric Spreadsheet"
#. HWKsT
#: calc_HTML_WebQuery.xcu
@@ -1764,7 +1764,7 @@ msgctxt ""
"UIName\n"
"value.text"
msgid "PowerPoint 2007–365 AutoPlay"
-msgstr ""
+msgstr "PowerPoint 2007–365 Автодәықәҵара"
#. uGCji
#: impress_MS_PowerPoint_2007_XML_Template.xcu
diff --git a/source/ab/framework/messages.po b/source/ab/framework/messages.po
index 25c5a117ae0..aa35508970a 100644
--- a/source/ab/framework/messages.po
+++ b/source/ab/framework/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2021-01-19 13:13+0100\n"
+"POT-Creation-Date: 2021-03-08 14:39+0100\n"
"PO-Revision-Date: 2018-01-01 17:26+0000\n"
"Last-Translator: Андрей Абухба <aabuchba@mail.ru>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -209,6 +209,126 @@ msgctxt "STR_LANGSTATUS_HINT"
msgid "Text Language. Right-click to set character or paragraph language"
msgstr ""
+#. ZGDAr
+#: framework/inc/strings.hrc:57
+msgctxt "RID_STR_PROPTITLE_EDIT"
+msgid "Text Box"
+msgstr ""
+
+#. CBmAL
+#: framework/inc/strings.hrc:58
+msgctxt "RID_STR_PROPTITLE_CHECKBOX"
+msgid "Check Box"
+msgstr ""
+
+#. xwuJF
+#: framework/inc/strings.hrc:59
+msgctxt "RID_STR_PROPTITLE_COMBOBOX"
+msgid "Combo Box"
+msgstr ""
+
+#. WiNUf
+#: framework/inc/strings.hrc:60
+msgctxt "RID_STR_PROPTITLE_LISTBOX"
+msgid "List Box"
+msgstr ""
+
+#. a7gAj
+#: framework/inc/strings.hrc:61
+msgctxt "RID_STR_PROPTITLE_DATEFIELD"
+msgid "Date Field"
+msgstr ""
+
+#. EaBTj
+#: framework/inc/strings.hrc:62
+msgctxt "RID_STR_PROPTITLE_TIMEFIELD"
+msgid "Time Field"
+msgstr ""
+
+#. DWfsm
+#: framework/inc/strings.hrc:63
+msgctxt "RID_STR_PROPTITLE_NUMERICFIELD"
+msgid "Numeric Field"
+msgstr ""
+
+#. TYjnr
+#: framework/inc/strings.hrc:64
+msgctxt "RID_STR_PROPTITLE_CURRENCYFIELD"
+msgid "Currency Field"
+msgstr ""
+
+#. B6MEP
+#: framework/inc/strings.hrc:65
+msgctxt "RID_STR_PROPTITLE_PATTERNFIELD"
+msgid "Pattern Field"
+msgstr ""
+
+#. DEn9D
+#: framework/inc/strings.hrc:66
+msgctxt "RID_STR_PROPTITLE_FORMATTED"
+msgid "Formatted Field"
+msgstr ""
+
+#. V4iMu
+#: framework/inc/strings.hrc:68
+msgctxt "RID_STR_PROPTITLE_PUSHBUTTON"
+msgid "Push Button"
+msgstr ""
+
+#. TreFC
+#: framework/inc/strings.hrc:69
+msgctxt "RID_STR_PROPTITLE_RADIOBUTTON"
+msgid "Option Button"
+msgstr ""
+
+#. NFysA
+#: framework/inc/strings.hrc:70
+msgctxt "RID_STR_PROPTITLE_FIXEDTEXT"
+msgid "Label Field"
+msgstr ""
+
+#. E5mMK
+#: framework/inc/strings.hrc:71
+msgctxt "RID_STR_PROPTITLE_GROUPBOX"
+msgid "Group Box"
+msgstr ""
+
+#. 5474w
+#: framework/inc/strings.hrc:72
+msgctxt "RID_STR_PROPTITLE_IMAGEBUTTON"
+msgid "Image Button"
+msgstr ""
+
+#. qT2Ed
+#: framework/inc/strings.hrc:73
+msgctxt "RID_STR_PROPTITLE_IMAGECONTROL"
+msgid "Image Control"
+msgstr ""
+
+#. 6Qvho
+#: framework/inc/strings.hrc:74
+msgctxt "RID_STR_PROPTITLE_FILECONTROL"
+msgid "File Selection"
+msgstr ""
+
+#. 3SUEn
+#: framework/inc/strings.hrc:75
+msgctxt "RID_STR_PROPTITLE_SCROLLBAR"
+msgid "Scrollbar"
+msgstr ""
+
+#. VtEN6
+#: framework/inc/strings.hrc:76
+msgctxt "RID_STR_PROPTITLE_SPINBUTTON"
+msgid "Spin Button"
+msgstr ""
+
+#. eGgm4
+#: framework/inc/strings.hrc:77
+msgctxt "RID_STR_PROPTITLE_NAVBAR"
+msgid "Navigation Bar"
+msgstr ""
+
#. wH3TZ
msgctxt "stock"
msgid "_Add"
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 3b045cbe07b..8c4da9994cf 100644
--- a/source/ab/officecfg/registry/data/org/openoffice/Office/UI.po
+++ b/source/ab/officecfg/registry/data/org/openoffice/Office/UI.po
@@ -3,14 +3,15 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2021-02-22 17:17+0100\n"
-"PO-Revision-Date: 2018-11-12 11:32+0000\n"
-"Last-Translator: Anonymous Pootle User\n"
-"Language-Team: LANGUAGE <LL@li.org>\n"
+"POT-Creation-Date: 2021-03-19 17:31+0100\n"
+"PO-Revision-Date: 2021-03-05 18:22+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"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Accelerator-Marker: ~\n"
"X-Generator: LibreOffice\n"
"X-POOTLE-MTIME: 1542022330.000000\n"
@@ -263,7 +264,7 @@ msgctxt ""
"UIName\n"
"value.text"
msgid "Tab Bar"
-msgstr ""
+msgstr "Агәылаҵақәа рпанель"
#. MD35M
#: BasicIDEWindowState.xcu
@@ -313,7 +314,7 @@ msgctxt ""
"UIName\n"
"value.text"
msgid "FormControls"
-msgstr ""
+msgstr "Анапхгара аелементқәа"
#. 4D4DL
#: BasicIDEWindowState.xcu
@@ -323,7 +324,7 @@ msgctxt ""
"UIName\n"
"value.text"
msgid "Toolbox"
-msgstr ""
+msgstr "Анапхгара аелементқәа"
#. PiRFt
#: BasicIDEWindowState.xcu
@@ -707,14 +708,13 @@ msgstr ""
#. tZSSA
#: CalcCommands.xcu
-#, fuzzy
msgctxt ""
"CalcCommands.xcu\n"
"..CalcCommands.UserInterface.Commands..uno:RefreshArrows\n"
"Label\n"
"value.text"
msgid "Refresh Tra~ces"
-msgstr "Ирҿыцтәуп атаблицақәа"
+msgstr "Ирҿыцтәуп ахыцқәа"
#. thBTW
#: CalcCommands.xcu
@@ -998,25 +998,23 @@ msgstr "Ииастәуп даҟьак ала армарахь"
#. gZvmx
#: CalcCommands.xcu
-#, fuzzy
msgctxt ""
"CalcCommands.xcu\n"
"..CalcCommands.UserInterface.Commands..uno:GoRightBlock\n"
"Label\n"
"value.text"
msgid "Page Right"
-msgstr "Адаҟьа аҳаракыра:"
+msgstr "Ииастәуп арӷьарахьтәи адаҟьахь"
#. J2Btn
#: CalcCommands.xcu
-#, fuzzy
msgctxt ""
"CalcCommands.xcu\n"
"..CalcCommands.UserInterface.Commands..uno:GoRightBlockSel\n"
"Label\n"
"value.text"
msgid "Select to Page Right"
-msgstr "Иалкаатәуп адаҟьа алагамҭанӡа"
+msgstr "Иалкаатәуп адаҟьа арыӷьарахь"
#. yCCCg
#: CalcCommands.xcu
@@ -1298,14 +1296,24 @@ msgctxt ""
msgid "Select Unprotected Cells"
msgstr "Иалхлатәуп ихьчам абларҭақәа"
-#. pqtqc
+#. L2c5b
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:SelectVisibleRows\n"
+"Label\n"
+"value.text"
+msgid "Select Visible Rows Only"
+msgstr ""
+
+#. rDd3w
#: CalcCommands.xcu
msgctxt ""
"CalcCommands.xcu\n"
-"..CalcCommands.UserInterface.Commands..uno:SelectVisibleCells\n"
+"..CalcCommands.UserInterface.Commands..uno:SelectVisibleColumns\n"
"Label\n"
"value.text"
-msgid "Select Visible Cells Only"
+msgid "Select Visible Columns Only"
msgstr ""
#. LEvrC
@@ -2120,14 +2128,13 @@ msgstr "Ианыхтәуп аиҵагылақәа"
#. 5PPGW
#: CalcCommands.xcu
-#, fuzzy
msgctxt ""
"CalcCommands.xcu\n"
"..CalcCommands.UserInterface.Commands..uno:InsCellsCtrl\n"
"Label\n"
"value.text"
msgid "Insert Cells"
-msgstr "Ибжьаргылатәуп атаблица..."
+msgstr "Иҭаргылатәуп абларҭақәа"
#. VijEF
#: CalcCommands.xcu
@@ -2261,14 +2268,13 @@ msgstr "Акомментари"
#. HAWW3
#: CalcCommands.xcu
-#, fuzzy
msgctxt ""
"CalcCommands.xcu\n"
"..CalcCommands.UserInterface.Commands..uno:InsertAnnotation\n"
"PopupLabel\n"
"value.text"
msgid "Insert Co~mment"
-msgstr "Ибжьаргылатәуп акомментари"
+msgstr "Иацҵатәуп акомментари"
#. uUwKE
#: CalcCommands.xcu
@@ -2332,14 +2338,13 @@ msgstr ""
#. g86F5
#: CalcCommands.xcu
-#, fuzzy
msgctxt ""
"CalcCommands.xcu\n"
"..CalcCommands.UserInterface.Commands..uno:NormalViewMode\n"
"ContextLabel\n"
"value.text"
msgid "~Normal"
-msgstr "Инормалтәу"
+msgstr "Инормалу"
#. iJ8Pt
#: CalcCommands.xcu
@@ -2573,14 +2578,13 @@ msgstr ""
#. pJrAP
#: CalcCommands.xcu
-#, fuzzy
msgctxt ""
"CalcCommands.xcu\n"
"..CalcCommands.UserInterface.Commands..uno:InsertCell\n"
"Label\n"
"value.text"
msgid "Insert ~Cells..."
-msgstr "Ибжьаргылатәуп атаблица..."
+msgstr "Иҭаргылатәуп абларҭақәа..."
#. FGiEB
#: CalcCommands.xcu
@@ -2594,25 +2598,23 @@ msgstr ""
#. QiYVA
#: CalcCommands.xcu
-#, fuzzy
msgctxt ""
"CalcCommands.xcu\n"
"..CalcCommands.UserInterface.Commands..uno:InsertRowsMenu\n"
"Label\n"
"value.text"
msgid "Insert ~Rows"
-msgstr "Ибжьаргылатәуп ацәаҳәақәа"
+msgstr "Иҭаргылатәуп ацәаҳәақәа"
#. WKpVB
#: CalcCommands.xcu
-#, fuzzy
msgctxt ""
"CalcCommands.xcu\n"
"..CalcCommands.UserInterface.Commands..uno:InsertColumnsMenu\n"
"Label\n"
"value.text"
msgid "Insert Co~lumns"
-msgstr "Ибжьаргылатәуп аиҵагылақәа"
+msgstr "Иҭаргылатәуп аиҵагылақәа"
#. jBXWB
#: CalcCommands.xcu
@@ -3184,15 +3186,15 @@ msgctxt ""
msgid "Format ~Page..."
msgstr "Адаҟьа аформат..."
-#. EgQDP
+#. g3ACv
#: CalcCommands.xcu
msgctxt ""
"CalcCommands.xcu\n"
"..CalcCommands.UserInterface.Commands..uno:PageFormatDialog\n"
"ContextLabel\n"
"value.text"
-msgid "~Page..."
-msgstr "Адаҟьа..."
+msgid "~Page Style..."
+msgstr ""
#. C83UC
#: CalcCommands.xcu
@@ -5597,14 +5599,13 @@ msgstr "Акаҭа..."
#. sjhZ9
#: ChartCommands.xcu
-#, fuzzy
msgctxt ""
"ChartCommands.xcu\n"
"..ChartCommands.UserInterface.Commands..uno:InsertMenuDataLabels\n"
"Label\n"
"value.text"
msgid "~Data Labels..."
-msgstr "Адырқәа ртаблица..."
+msgstr "Адырқәа рнапаҵаҩра..."
#. 3K7RZ
#: ChartCommands.xcu
@@ -6009,14 +6010,13 @@ msgstr ""
#. EJgaX
#: ChartCommands.xcu
-#, fuzzy
msgctxt ""
"ChartCommands.xcu\n"
"..ChartCommands.UserInterface.Commands..uno:InsertTitles\n"
"Label\n"
"value.text"
msgid "Insert Titles..."
-msgstr "Ибжьаргылатәуп атаблица..."
+msgstr "Ахқәа..."
#. zoiaB
#: ChartCommands.xcu
@@ -6200,14 +6200,13 @@ msgstr "Атренд аҵәаӷәа аформат..."
#. AunGC
#: ChartCommands.xcu
-#, fuzzy
msgctxt ""
"ChartCommands.xcu\n"
"..ChartCommands.UserInterface.Commands..uno:InsertTrendlineEquation\n"
"Label\n"
"value.text"
msgid "Insert Trend Line ~Equation"
-msgstr "Ианыхтәуп атренд аҵәаӷәа аиҟаратә"
+msgstr "Иҭаргылатәуп атренд аҵәаӷәа аиҟаратә"
#. FCC9G
#: ChartCommands.xcu
@@ -6221,14 +6220,13 @@ msgstr ""
#. QMcCm
#: ChartCommands.xcu
-#, fuzzy
msgctxt ""
"ChartCommands.xcu\n"
"..ChartCommands.UserInterface.Commands..uno:InsertR2Value\n"
"Label\n"
"value.text"
msgid "Insert R²"
-msgstr "Ибжьаргылатәуп ацәаҳәа"
+msgstr "Иҭаргылатәуп R²"
#. EuzUu
#: ChartCommands.xcu
@@ -6262,14 +6260,13 @@ msgstr ""
#. ho5Fo
#: ChartCommands.xcu
-#, fuzzy
msgctxt ""
"ChartCommands.xcu\n"
"..ChartCommands.UserInterface.Commands..uno:InsertMeanValue\n"
"Label\n"
"value.text"
msgid "Insert Mean ~Value Line"
-msgstr "Ианыхтәуп абжьаратә ҵакы змоу аҵәаӷәа"
+msgstr "Иҭаргылатәуп абжьаратә ҵакы змоу аҵәаӷәа"
#. Ks7U3
#: ChartCommands.xcu
@@ -7103,14 +7100,13 @@ msgstr ""
#. Jw8HE
#: DbuCommands.xcu
-#, fuzzy
msgctxt ""
"DbuCommands.xcu\n"
"..DbuCommands.UserInterface.Commands..uno:DBQueryPropertiesDialog\n"
"Label\n"
"value.text"
msgid "Query Properties"
-msgstr "Аформа аҷыдаҟазшьақәа"
+msgstr "Азыҳәара апараметрқәа"
#. cCKga
#: DbuCommands.xcu
@@ -7804,14 +7800,13 @@ msgstr "~Иҭаҩлатәуп"